Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / OnBeforeConnect Method


In This Topic
    OnBeforeConnect Method
    In This Topic
    Fires BeforeConnect event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnBeforeConnect( _
       ByVal args As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim args As EventArgs
     
    instance.OnBeforeConnect(args)
    protected virtual void OnBeforeConnect( 
       EventArgs args
    )

    Parameters

    args
    See Also