Skip to main content

SpellCheckerBase.WordAdded Event

Occurs after a new word is added to the custom dictionary.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v23.2.Core.dll

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public event WordAddedEventHandler WordAdded

Event Data

The WordAdded event's data class is WordAddedEventArgs. The following properties provide information specific to this event:

Property Description
Word Gets a word added to the dictionary.

Remarks

This event occurs if the end-user adds a word to the custom dictionary via the Add button located at the Spelling form.

See Also