Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.05 KB

devicepairingsetmembersrequestedeventargs.md

File metadata and controls

25 lines (15 loc) · 1.05 KB
-api-id -api-type
T:Windows.Devices.Enumeration.DevicePairingSetMembersRequestedEventArgs
winrt class

Windows.Devices.Enumeration.DevicePairingSetMembersRequestedEventArgs

-description

Event arguments passed to your handler for the DeviceInformationCustomPairing.PairingSetMembersRequested event, which is raised when the member(s) of a pairing set have been requested.

DevicePairingSetMembersRequestedEventArgs contains: a status indicating success or failure; a vector of the devices/endpoints that were added to the set, or that failed to be added to the set, depending on that status; and info about the parent device.

For more info, and code examples, see Pairing a set with the DeviceInformationPairing.Custom property.

-remarks

-see-also

Pairing a set with the DeviceInformationPairing.Custom property