Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.22 KB

pnpobjectwatcher_enumerationcompleted.md

File metadata and controls

25 lines (17 loc) · 1.22 KB
-api-id -api-type
E:Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.EnumerationCompleted
winrt event

Windows.Devices.Enumeration.Pnp.PnpObjectWatcher.EnumerationCompleted

-description

Important

We no longer recommend that you use the types in the Windows.Devices.Enumeration.Pnp namespace. Instead, the types in the Windows.Devices.Enumeration namespace implement a modern, and better maintained, superset of the functionality of Windows.Devices.Enumeration.Pnp.

The alternative to PnpObjectType is the Windows.Devices.Enumeration.DeviceInformationKind enum, which you can pass as a parameter to Windows.Devices.Enumeration APIs. For example, instead of using PnpObjectType when you create a PnpObjectWatcher, use DeviceInformationKind when you create a DeviceWatcher.

Occurs when the enumeration of Pnp device objects has been completed.

-remarks

-examples

-see-also