SmartCardEmulatorConnectionDeactivatedEventArgs Class

Definition

Provides data for the ConnectionDeactivated event.

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

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.SmartCards.SmartCardEmulatorContract (introduced in v1.0)

Remarks

The system generates an instance of this class and passes it as an argument to the application's ConnectionDeactivated event handler.

Properties

ConnectionProperties

Gets the connection properties for the smart card emulator.

Reason

Gets the reason that the smart card connection to the NFC reader was deactivated.

Applies to

See also