InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsScreen Object / NewScreenReady Event
In This Topic
    NewScreenReady Event (UtsScreen)
    In This Topic
    Occurs as soon as the screen has been quiet for the time duration specified by the ScreenSettleTime property.
    Syntax
    private Sub UtsScreen_NewScreenReady ( 
       ByVal sender As Object _
    ) 

    Parameters

    sender
    Sender of event.
    See Also