ASPxHtmlEditor.SpellCheckerWordAdded Event
Occurs after a word is added to a custom dictionary.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
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 Check Spelling form.
See Also