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 : DeviceEventArgs<IHidDevice>, IDeviceEventArgs<IHidDevice>
Implements
Constructors
Name | Description |
---|---|
HidDeviceEventArgs(IHidDevice) | Constructs a new instance of the HidDeviceEventArgs class. |