Attachmate.Reflection.Emulation.IbmHosts Assembly > Attachmate.Reflection.Emulation.IbmHosts 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 args As BeforeSendControlKeyEventArgs _ )
'Usage
Dim instance As New BeforeSendControlKeyEventHandler(AddressOf HandlerMethod)
public delegate void BeforeSendControlKeyEventHandler( object sender, BeforeSendControlKeyEventArgs args )