Click or drag to resize

USBEventHandler Delegate

Delegate for event handler methods handing USB events

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public delegate void USBEventHandler(
	Object sender,
	USBEvent e
)

Parameters

sender
Type: SystemObject
The source of the event
e
Type: MadWizard.WinUSBNetUSBEvent
Details of the event
See Also