'Declaration
Public Delegate Sub ControlKeySendingEventHandler( _ ByVal sender As Object, _ ByVal e As ControlKeySendingEventArgs _ )
'Usage
Dim instance As New ControlKeySendingEventHandler(AddressOf HandlerMethod)
public delegate void ControlKeySendingEventHandler( object sender, ControlKeySendingEventArgs e )
Parameters
- sender
- The event sender.
- e
- The event argument.