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


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

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

    PropertyDescription
     
     
     
    See Also