Skip to main content

ASPxHtmlEditor.SpellCheckerCustomDictionaryLoading Event

In This Article

Occurs when a custom spell check dictionary is being loaded into a session.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

#Declaration

public event CustomDictionaryLoadingEventHandler SpellCheckerCustomDictionaryLoading

#Event Data

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

Property Description
CustomDictionary Gets the custom dictionary to be loaded.
See Also