CardAddedEventArgs CardAddedEventArgs CardAddedEventArgs CardAddedEventArgs Class

Definition

Provides data for the CardAdded event.

public : sealed class CardAddedEventArgs : ICardAddedEventArgspublic sealed class CardAddedEventArgs : ICardAddedEventArgsPublic NotInheritable Class CardAddedEventArgs Implements ICardAddedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

SmartCard SmartCard SmartCard SmartCard

Gets info about the smart card that was inserted into the smart card reader.

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

Info about the smart card that was inserted.

See Also

See Also