Attachmate.Reflection.Emulation.Common Namespace : BeforeSendControlKeyEventHandler Delegate |
To cancel the action, set the Cancel property of the BeforeSendControlKeyEventArgs object passed to the event handler to true.
'Declaration
Public Delegate Sub BeforeSendControlKeyEventHandler( _ ByVal sender As Object, _ ByVal e As BeforeSendControlKeyEventArgs _ )
'Usage
Dim instance As New BeforeSendControlKeyEventHandler(AddressOf HandlerMethod)
public delegate void BeforeSendControlKeyEventHandler( object sender, BeforeSendControlKeyEventArgs e )