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


In This Topic
AfterDisconnect Event
In This Topic
Occurs after Reflection disconnects from the host.
Syntax
'Declaration
 
Event AfterDisconnect As EventHandler
 
'Usage
 
Dim instance As IIbmTerminal
Dim handler As EventHandler
 
AddHandler instance.AfterDisconnect, handler
See Also