InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionEventHandler Event
In This Topic
    ConnectionEventHandler Event
    In This Topic
    Syntax
    Public Delegate Sub ConnectionEventHandler( _
       ByVal sender As System.Object, _
       ByVal connectionId As System.Integer, _
       ByVal connectionType As ConnectionTypeOption, _
       ByVal connectionSettings As System.Object _
    ) 

    Parameters

    sender
    connectionId
    connectionType
    connectionSettings
    See Also