SpellingEventArgs Constructor

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

SpellingEventArgs Constructor 

Constructor used to pass in properties

[Visual Basic]Public Sub New( _
   ByVal word As String, _
   ByVal wordIndex As Integer, _
   ByVal textIndex As Integer _
)
[C#]
public SpellingEventArgs(
   string word,
   int wordIndex,
   int textIndex
);

See Also

SpellingEventArgs Class | NetSpell.SpellChecker Namespace