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


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