Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
30 lines (20 loc) · 458 Bytes

devicewatchereventkind.md

File metadata and controls

30 lines (20 loc) · 458 Bytes
-api-id -api-type
T:Windows.Devices.Enumeration.DeviceWatcherEventKind
winrt enum

DeviceWatcherEventKind

-description

The type of event.

-enum-fields

-field Add:0

The event is an add action.

-field Update:1

The event is an update action.

-field Remove:2

The event is a remove action.

-remarks

-examples

-see-also