HidDeviceEventArgs Class
Namespace: Yubico.Core.Devices.Hid Assembly: Yubico.Core.dllEvent arguments given whenever a HID device is added or removed from the system.
C#
public class HidDeviceEventArgs : EventArgs
Inheritance
System.Object
HidDeviceEventArgs
Constructors
Name | Description |
---|---|
HidDeviceEventArgs(IHidDevice) | Constructs a new instance of the HidDeviceEventArgs class. |
Properties
Name | Description |
---|---|
Device | The HID device that originated the event. |