Spelling.IgnoredWord Event

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.IgnoredWord Event

This event is fired when a word is skipped

[Visual Basic]Public Event IgnoredWord As IgnoredWordEventHandler
[C#]
public event IgnoredWordEventHandler IgnoredWord;

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