Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ConnectionEventHandler Delegate


In This Topic
    ConnectionEventHandler Delegate
    In This Topic
    Connection EventHandler.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ConnectionEventHandler( _
       ByVal sender As Object, _
       ByVal args As ConnectionEventArgs _
    ) 
    'Usage
     
    
    Dim instance As New ConnectionEventHandler(AddressOf HandlerMethod)
    public delegate void ConnectionEventHandler( 
       object sender,
       ConnectionEventArgs args
    )

    Parameters

    sender
    args
    See Also