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)
Syntaxpublic delegate void USBEventHandler(
	Object sender,
	USBEvent e
)
Public Delegate Sub USBEventHandler ( 
	sender As Object,
	e As USBEvent
)
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