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


In This Topic
    NewScreenReady Event (IT27Screen)
    In This Topic
    Occurs when the screen has been quiet for the time duration specified by the ScreenSettleTime property.
    Syntax
    'Declaration
     
    
    Event NewScreenReady As EventHandler
    'Usage
     
    
    Dim instance As IT27Screen
    Dim handler As EventHandler
     
    AddHandler instance.NewScreenReady, handler
    event EventHandler NewScreenReady
    See Also