InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ControlKeySentEventHandler Event
This is a ControlKeyCode Enumeration value.
In This Topic
    ControlKeySentEventHandler Event
    In This Topic
    Syntax
    Public Delegate Sub ControlKeySentEventHandler( _
       ByVal sender As Object, _
       ByVal key As ControlKeyCode _
    ) 

    Parameters

    sender
    key
    This is a ControlKeyCode Enumeration value.
    See Also