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


In This Topic
    BeforeConnectEventSink Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    
    Public Sub BeforeConnectEventSink( _
       ByVal sender As Object, _
       ByVal args As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim sender As Object
    Dim args As EventArgs
     
    instance.BeforeConnectEventSink(sender, args)
    public void BeforeConnectEventSink( 
       object sender,
       EventArgs args
    )

    Parameters

    sender
    args
    See Also