InfoConnect for Unisys
NewScreenReady Event (IIbmScreen)


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