Spelling.DoubledWord Event

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.DoubledWord Event

This event is fired when word is detected two times in a row

[Visual Basic]Public Event DoubledWord As DoubledWordEventHandler
[C#]
public event DoubledWordEventHandler DoubledWord;

Event Data

The event handler receives an argument of type SpellingEventArgs containing data related to this event. The following SpellingEventArgs properties provide information specific to this event.

Property Description
TextIndex Text index of the WordEvent
Word Word that caused the WordEvent
WordIndex Word index of the WordEvent

See Also

Spelling Class | NetSpell.SpellChecker Namespace