Share via


DeviceSelectedEventArgs.SelectedDevice Property

Definition

The device selected by the user in the picker.

public:
 property DeviceInformation ^ SelectedDevice { DeviceInformation ^ get(); };
DeviceInformation SelectedDevice();
public DeviceInformation SelectedDevice { get; }
var deviceInformation = deviceSelectedEventArgs.selectedDevice;
Public ReadOnly Property SelectedDevice As DeviceInformation

Property Value

The selected device.

Applies to