Spelling.OnReplacedWord Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.OnReplacedWord Method 

This is the method that is responsible for notifying receivers that the event occurred

[Visual Basic]Overridable Protected Sub OnReplacedWord( _
   ByVal e As ReplaceWordEventArgs _
)
[C#]
protected virtual void OnReplacedWord(
   ReplaceWordEventArgs e
);

See Also

Spelling Class | NetSpell.SpellChecker Namespace