DeviceWatcherTriggerDetails.DeviceWatcherEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.