Share via


DialDeviceSelectedEventArgs Class

Definition

Represents the event arguments for the DialDeviceSelected event on the DialDevicePicker object.

public ref class DialDeviceSelectedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DialDeviceSelectedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DialDeviceSelectedEventArgs
Public NotInheritable Class DialDeviceSelectedEventArgs
Inheritance
Object Platform::Object IInspectable DialDeviceSelectedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Get an instance of this class by accessing the DialDeviceSelected event.

Properties

SelectedDialDevice

Gets the DialDevice object that represents the remote device that has been selected by the user in a DialDevicePicker.

Applies to