DeviceWatcherTriggerDetails.DeviceWatcherEvents Property

Definition

Gets the events that activated the trigger.

public:
 property IVectorView<DeviceWatcherEvent ^> ^ DeviceWatcherEvents { IVectorView<DeviceWatcherEvent ^> ^ get(); };
IVectorView<DeviceWatcherEvent> DeviceWatcherEvents();
public IReadOnlyList<DeviceWatcherEvent> DeviceWatcherEvents { get; }
var iVectorView = deviceWatcherTriggerDetails.deviceWatcherEvents;
Public ReadOnly Property DeviceWatcherEvents As IReadOnlyList(Of DeviceWatcherEvent)

Property Value

The events that activated the watcher trigger.

Applies to