Spelling.MisspelledWord Event

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.MisspelledWord Event

This event is fired when the spell checker finds a word that is not in the dictionaries

[Visual Basic]Public Event MisspelledWord As MisspelledWordEventHandler
[C#]
public event MisspelledWordEventHandler MisspelledWord;

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