Spelling.OnDoubledWord Method

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.OnDoubledWord Method 

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

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

See Also

Spelling Class | NetSpell.SpellChecker Namespace