InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / BeforeSendControlKeyEventHandler Event
The source of the event.
Control Key.
In This Topic
    BeforeSendControlKeyEventHandler Event
    In This Topic
    Handles the BeforeSendControlKey event to permit users to modify a control key value or cancel a send control key action before it is sent.

    To cancel the action, set the Cancel property of the BeforeSendControlKeyEventArgs object passed to the event handler to true.

    Syntax
    Public Delegate Function BeforeSendControlKeyEventHandler( _
       ByVal sender As Object, _
       ByRef key As Integer _
    ) As Boolean

    Parameters

    sender
    The source of the event.
    key
    Control Key.
    See Also