Skip to main content

ASPxHtmlEditor.SpellCheckerWordAdded Event

Occurs after a word is added to a custom dictionary.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public event WordAddedEventHandler SpellCheckerWordAdded

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