Attachmate.Reflection.Objects.Emulation.IbmHosts Library : BeforeSendControlKeyEventHandler Delegate |
To cancel the action, set the Cancel property of the BeforeSendControlKeyEventArgs object passed to the event handler to true.
A boolean value that determines whether the event is cancelled.
If set to false (the default), the event is cancelled and the key is not sent to the host.
If set to true, the key is sent to the host.