InfoConnect for Airlines
NewScreenReady Event (IAlcScreen)


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 IAlcScreen
Dim handler As EventHandler
 
AddHandler instance.NewScreenReady, handler
event EventHandler NewScreenReady
See Also