InfoConnect for Airlines
MisspelledWordEventArgs Constructor


The misspelled word that triggered the event.
Constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal word As MisspelledWord _
)
'Usage
 
Dim word As MisspelledWord
 
Dim instance As New MisspelledWordEventArgs(word)
public MisspelledWordEventArgs( 
   MisspelledWord word
)

Parameters

word
The misspelled word that triggered the event.
See Also