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

HtmlEditorSettings.SpellCheckerWordAdded Property

Allows you to perform custom actions when a new word is added to a custom dictionary.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public WordAddedEventHandler SpellCheckerWordAdded { get; set; }

Property Value

Type Description
WordAddedEventHandler

A WordAddedEventHandler delegate method allowing you to implement custom processing.

Remarks

An end-user can add words to a custom dictionary by clicking the Add to Dictionary button located on the Check Spelling form. Use the SpellCheckerWordAdded property to perform custom actions when a new word is added to a custom dictionary.

See Also