Spelling.DeletedWord Event

NetSpell.SpellChecker

NetSpell Documentation - v.2.1.7

Spelling.DeletedWord Event

This event is fired when a word is deleted

[Visual Basic]Public Event DeletedWord As DeletedWordEventHandler
[C#]
public event DeletedWordEventHandler DeletedWord;

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

Remarks

Use this event to update the parent text

See Also

Spelling Class | NetSpell.SpellChecker Namespace