OnRemoved Method
OnRemoved(IHidDevice)
Implementers should call this method when they have discovered that a HID device has been removed from the system.
C#
protected void OnRemoved(IHidDevice device)
Parameters
Type | Name | Description |
---|---|---|
IHidDevice | device | The device instance that originates this event. |