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


In This Topic
    AfterDisconnect Event (IbmPrinter)
    In This Topic
    Occurs after it disconnects from the host.
    Syntax
    'Declaration
     
    
    Public Event AfterDisconnect As EventHandler
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim handler As EventHandler
     
    AddHandler instance.AfterDisconnect, handler
    public event EventHandler AfterDisconnect
    See Also