InfoConnect for Airlines
AutoCompleteAcceptedEventArgs Constructor


The word to be completed.
The completed word, after a suggestion is accepted.
Initialize the AutoCompleteAcceptedEventArgs variable.
Syntax
'Declaration
 
Public Function New( _
   ByVal prefix As String, _
   ByVal accepted As String _
)
'Usage
 
Dim prefix As String
Dim accepted As String
 
Dim instance As New AutoCompleteAcceptedEventArgs(prefix, accepted)
public AutoCompleteAcceptedEventArgs( 
   string prefix,
   string accepted
)

Parameters

prefix
The word to be completed.
accepted
The completed word, after a suggestion is accepted.
See Also