Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / NewScreenReady Event


In This Topic
NewScreenReady Event
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
See Also