DialDisconnectButtonClickedEventArgs Class

Definition

Represents the event arguments for the DisconnectButtonClicked event on the DialDevicePicker object.

public ref class DialDisconnectButtonClickedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DialDisconnectButtonClickedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DialDisconnectButtonClickedEventArgs
Public NotInheritable Class DialDisconnectButtonClickedEventArgs
Inheritance
Object Platform::Object IInspectable DialDisconnectButtonClickedEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

Get an instance of this class by accessing the DisconnectButtonClicked event.

Properties

Device

Gets the DialDevice object that represents the remote device that the user wants to disconnect.

Applies to