ASPxHtmlEditor.SpellCheckerCustomDictionaryLoading Event
Occurs when a custom spell check dictionary is being loaded into a session.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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