Delegate to define the event handler for changes to the USB HID port.

Namespace: Crestron.SimplSharpPro.DM
Assembly: SimplSharpPro (in SimplSharpPro.exe)

Syntax

C#
public delegate void UsbHidChangeEventHandler(
	UsbHidPort usbHIDPort,
	UsbHidEventArgs args
)

Parameters

usbHIDPort
Type: Crestron.SimplSharpPro.DM..::..UsbHidPort
USB HID port this event was received on.
args
Type: Crestron.SimplSharpPro.DM..::..UsbHidEventArgs
Argument class to describe the change that occurred.

See Also