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

ASPxHtmlEditor.SpellCheckerWordAdded Event

Occurs after a word is added to a custom dictionary.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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