ASPxRichEdit.SpellCheckerWordAdded Event
Occurs after a word is added to a custom dictionary.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v25.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Event Data
The SpellCheckerWordAdded 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 an end-user adds a word to the custom dictionary by clicking the Add to Dictionary button located on the Spelling form or the corresponding context menu’s item.
See Also