InfoConnect for Airlines
AutoExpandEventArgs Constructor


The abbreviation that triggered an expansion.
The expansion string.
Constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal abbr As String, _
   ByVal exp As String _
)
'Usage
 
Dim abbr As String
Dim exp As String
 
Dim instance As New AutoExpandEventArgs(abbr, exp)
public AutoExpandEventArgs( 
   string abbr,
   string exp
)

Parameters

abbr
The abbreviation that triggered an expansion.
exp
The expansion string.
See Also