Skip to main content
A newer version of this page is available. .

ISpellChecker.WordAdded Event

Occurs after a word is added to a custom dictionary.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v19.2.dll

Declaration

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.
See Also