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


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