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