DialDeviceSelectedEventArgs
DialDeviceSelectedEventArgs
DialDeviceSelectedEventArgs
DialDeviceSelectedEventArgs
Class
Definition
Represents the event arguments for the DialDeviceSelected event on the DialDevicePicker object.
public : sealed class DialDeviceSelectedEventArgs : IDialDeviceSelectedEventArgspublic sealed class DialDeviceSelectedEventArgs : IDialDeviceSelectedEventArgsPublic NotInheritable Class DialDeviceSelectedEventArgs Implements IDialDeviceSelectedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Get an instance of this class by accessing the DialDeviceSelected event.
Properties
SelectedDialDevice SelectedDialDevice SelectedDialDevice SelectedDialDevice
Gets the DialDevice object that represents the remote device that has been selected by the user in a DialDevicePicker.
public : DialDevice SelectedDialDevice { get; }public DialDevice SelectedDialDevice { get; }Public ReadOnly Property SelectedDialDevice As DialDevice// You can use this property in JavaScript.
The remote device that the user selected.