This event is fired when word is detected two times in a row
[Visual Basic]Public Event DoubledWord As DoubledWordEventHandler
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