InfoConnect API Guide
Attachmate.Reflection.Emulation.T27 Namespace / IT27Screen Interface / AfterSendKeys Event


In This Topic
    AfterSendKeys Event (IT27Screen)
    In This Topic
    Occurs after data keys are rendered on the terminal screen.
    Syntax
    'Declaration
     
    
    Event AfterSendKeys As AfterSendKeysEventHandler
    'Usage
     
    
    Dim instance As IT27Screen
    Dim handler As AfterSendKeysEventHandler
     
    AddHandler instance.AfterSendKeys, handler
    event AfterSendKeysEventHandler AfterSendKeys
    Event Data

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

    PropertyDescription
    Cursor column position.  
    Keys that have been sent.  
    Cursor row position.  
    See Also