ReplaceWordEventArgs Constructor

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

ReplaceWordEventArgs Constructor 

Class sent to the event handler when the ReplacedWord Event is fired

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

See Also

ReplaceWordEventArgs Class | NetSpell.SpellChecker Namespace