Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / Closed Event


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