Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 993 Bytes

devicewatcher_removed.md

File metadata and controls

22 lines (16 loc) · 993 Bytes
-api-id -api-type
E:Windows.Devices.Enumeration.DeviceWatcher.Removed
winrt event

Windows.Devices.Enumeration.DeviceWatcher.Removed

-description

Event that is raised when a device is removed from the collection of enumerated devices.

-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.

-examples

-see-also

Custom USB device sample (Windows 10)