CastingDeviceSelectedEventArgs CastingDeviceSelectedEventArgs CastingDeviceSelectedEventArgs CastingDeviceSelectedEventArgs Class

Definition

Represents the event arguments for the CastingDeviceSelected event on the CastingDevicePicker object.

public : sealed class CastingDeviceSelectedEventArgs : ICastingDeviceSelectedEventArgspublic sealed class CastingDeviceSelectedEventArgs : ICastingDeviceSelectedEventArgsPublic NotInheritable Class CastingDeviceSelectedEventArgs Implements ICastingDeviceSelectedEventArgs// 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 handling the CastingDeviceSelected event.

Properties

SelectedCastingDevice SelectedCastingDevice SelectedCastingDevice SelectedCastingDevice

Represents the CastingDevice that has been selected by the user in a casting device picker.

public : CastingDevice SelectedCastingDevice { get; }public CastingDevice SelectedCastingDevice { get; }Public ReadOnly Property SelectedCastingDevice As CastingDevice// You can use this property in JavaScript.
Value
CastingDevice CastingDevice CastingDevice CastingDevice

The casting device that the user has selected.