Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Productivity Namespace / MisspelledWordEventArgs Class / MisspelledWordEventArgs Constructor
The misspelled word that triggered the event.


In This Topic
MisspelledWordEventArgs Constructor
In This Topic
Constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal word As MisspelledWord _
)
 
'Usage
 
Dim word As MisspelledWord
 
Dim instance As New MisspelledWordEventArgs(word)

Parameters

word
The misspelled word that triggered the event.
See Also