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


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