SmartCardDeviceEventArgs Constructor
SmartCardDeviceEventArgs(ISmartCardDevice)
Constructs a new instance of the SmartCardDeviceEventArgs class.
C#
public SmartCardDeviceEventArgs(ISmartCardDevice device)
Parameters
Type | Name | Description |
---|---|---|
ISmartCardDevice | device | The smart card device that is originating this event. |