CardRemovedEventArgs
CardRemovedEventArgs
CardRemovedEventArgs
CardRemovedEventArgs
Class
Definition
Provides data for the CardRemoved event.
public : sealed class CardRemovedEventArgs : ICardRemovedEventArgspublic sealed class CardRemovedEventArgs : ICardRemovedEventArgsPublic NotInheritable Class CardRemovedEventArgs Implements ICardRemovedEventArgs// 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 taken out of 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.
Info about the smart card that was taken out of the smart card reader.
- See Also