The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DeviceWatcher.Added | added event
Event that is raised when a device is added to the collection enumerated by the DeviceWatcher.
Syntax
public: event TypedEventHandler<DeviceWatcher, DeviceInformation>^ Added { Windows::Foundation::EventRegistrationToken add(TypedEventHandler<DeviceWatcher, DeviceInformation>^ value); void remove(Windows::Foundation::EventRegistrationToken token); }
Event information
Delegate | TypedEventHandler<DeviceWatcher, DeviceInformation> |
---|
Remarks
Note An app must subscribe to all of the added, removed, and updated events to be notified when there are device additions, removals or updates. If an app handles only the added event, it will not receive an update if a device is added to the system after the initial device enumeration completes.
Requirements
Minimum supported client | Windows 8 |
---|---|
Minimum supported server | Windows Server 2012 |
Namespace |
|
Metadata |
|
See also
Show: