Occurs when a custom spell check dictionary is being loaded into a session.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll
public event CustomDictionaryLoadingEventHandler SpellCheckerCustomDictionaryLoading
Public Event SpellCheckerCustomDictionaryLoading As CustomDictionaryLoadingEventHandler
The SpellCheckerCustomDictionaryLoading event handler receives an argument of the CustomDictionaryLoadingEventArgs type. The following properties provide information specific to this event.
Property | Description |
---|---|
CustomDictionary | Gets the custom dictionary to be loaded. |