SpellCheckerBase.WordAdded Event
In This Article
Occurs after a new word is added to the custom dictionary.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Event Data
The WordAdded event's handler receives an argument of the WordAddedEventArgs type. 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 on the Spelling form.
See Also