Spelling.OnIgnoredWord Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.OnIgnoredWord Method 

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

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

See Also

Spelling Class | NetSpell.SpellChecker Namespace