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


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