DialDeviceSelectedEventArgs.SelectedDialDevice Property

Definition

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

public:
 property DialDevice ^ SelectedDialDevice { DialDevice ^ get(); };
DialDevice SelectedDialDevice();
public DialDevice SelectedDialDevice { get; }
var dialDevice = dialDeviceSelectedEventArgs.selectedDialDevice;
Public ReadOnly Property SelectedDialDevice As DialDevice

Property Value

The remote device that the user selected.

Applies to