InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / NewScreenReady Event


In This Topic
    NewScreenReady Event (IIbmScreen)
    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 IIbmScreen
    Dim handler As EventHandler
     
    AddHandler instance.NewScreenReady, handler
    event EventHandler NewScreenReady
    See Also