DeviceWatcherEvent.Kind Property

Definition

Gets the type for the device indicated by the DeviceWatcherEvent.

public:
 property DeviceWatcherEventKind Kind { DeviceWatcherEventKind get(); };
DeviceWatcherEventKind Kind();
public DeviceWatcherEventKind Kind { get; }
var deviceWatcherEventKind = deviceWatcherEvent.kind;
Public ReadOnly Property Kind As DeviceWatcherEventKind

Property Value

The type of device added, removed, or updated.

Applies to