InfoConnect for Airlines
CancelableConnectionEventArgs Constructor


The current connection ID.
The current connection settings.
The current connection type.
CancelableConnectionEventArgs Constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal connectionId As Integer, _
   ByVal connnectionType As ConnectionTypeOption, _
   ByVal connectionSettings As IConnectionSettings _
)
'Usage
 
Dim connectionId As Integer
Dim connnectionType As ConnectionTypeOption
Dim connectionSettings As IConnectionSettings
 
Dim instance As New CancelableConnectionEventArgs(connectionId, connnectionType, connectionSettings)

Parameters

connectionId
The current connection ID.
connnectionType
The current connection settings.
connectionSettings
The current connection type.
See Also