DeviceSelectedEventArgs.SelectedDevice Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.