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


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