DeviceArrival event
Occurs when a new device is added to the list of devices returned by the CachedDevices method.
Syntax
void DeviceArrival();
Parameters
This event has no parameters.
Return value
This event does not return a value.
Remarks
To handle notifications from this event, register a DeviceControllerFinderHandler event handler function using the add_DeviceArrival method. To unregister the event handler, use the remove_DeviceArrival method.
Community Additions
ADD
Show: