Show / Hide Table of Contents

SmartCardDeviceEventArgs Class

Namespace: Yubico.Core.Devices.SmartCard Assembly: Yubico.Core.dll

Event arguments given whenever a smart card device is added or removed from the system.

C#
public class SmartCardDeviceEventArgs : DeviceEventArgs<ISmartCardDevice>, IDeviceEventArgs<ISmartCardDevice>
Inheritance object EventArgs DeviceEventArgs<ISmartCardDevice> SmartCardDeviceEventArgs
Implements
IDeviceEventArgs<ISmartCardDevice>

Constructors

Name Description
SmartCardDeviceEventArgs(ISmartCardDevice)

Constructs a new instance of the SmartCardDeviceEventArgs class.

In this article
Back to top Generated by DocFX