Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / Closed Event


In This Topic
Closed Event (IIbmTerminal)
In This Topic
Occurs before the session closes.
Syntax
'Declaration
 
Event Closed As EventHandler
 
'Usage
 
Dim instance As IIbmTerminal
Dim handler As EventHandler
 
AddHandler instance.Closed, handler
See Also