Spelling.OnMisspelledWord Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.OnMisspelledWord Method 

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

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

See Also

Spelling Class | NetSpell.SpellChecker Namespace