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

    Parameters

    sender
    Sender of event.
    See Also