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

ASPxHtmlEditor.SpellCheckerCustomDictionaryLoading Event

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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