Back to Devexpress

ASPxRichEdit.SpellCheckerWordAdded Event

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxrichedit-7329371c.md

latest1.6 KB
Original Source

ASPxRichEdit.SpellCheckerWordAdded Event

Occurs after a word is added to a custom dictionary.

Namespace : DevExpress.Web.ASPxRichEdit

Assembly : DevExpress.Web.ASPxRichEdit.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public event WordAddedEventHandler SpellCheckerWordAdded
vb
Public Event SpellCheckerWordAdded As WordAddedEventHandler

Event Data

The SpellCheckerWordAdded event's data class is WordAddedEventArgs. The following properties provide information specific to this event:

PropertyDescription
WordGets 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

Online Demo: Rich Edit - Spell Checking

ASPxRichEdit Class

ASPxRichEdit Members

DevExpress.Web.ASPxRichEdit Namespace