DeviceSelectedEventArgs
DeviceSelectedEventArgs
DeviceSelectedEventArgs
DeviceSelectedEventArgs
Class
Definition
Provides data for the DeviceSelected event on the DevicePicker object.
public : sealed class DeviceSelectedEventArgs : IDeviceSelectedEventArgspublic sealed class DeviceSelectedEventArgs : IDeviceSelectedEventArgsPublic NotInheritable Class DeviceSelectedEventArgs Implements IDeviceSelectedEventArgs// 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)
|
Properties
SelectedDevice SelectedDevice SelectedDevice SelectedDevice
The device selected by the user in the picker.
public : DeviceInformation SelectedDevice { get; }public DeviceInformation SelectedDevice { get; }Public ReadOnly Property SelectedDevice As DeviceInformation// You can use this property in JavaScript.
The selected device.