InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / ControlKeySent Event


In This Topic
    ControlKeySent Event
    In This Topic
    Control key has been processed by terminal
    Syntax
    'Declaration
     
    
    Event ControlKeySent As ControlKeySentEventHandler
    'Usage
     
    
    Dim instance As IScreen
    Dim handler As ControlKeySentEventHandler
     
    AddHandler instance.ControlKeySent, handler
    event ControlKeySentEventHandler ControlKeySent
    Event Data

    The event handler receives an argument of type ControlKeySentEventArgs containing data related to this event. The following ControlKeySentEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets column position.  
    Gets key code.  
    Gets row position.  
    See Also