HtmlEditorSettings.SpellCheckerCustomDictionaryLoading Property
This event occurs when a custom spell check dictionary is being loaded into a session.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public CustomDictionaryLoadingEventHandler SpellCheckerCustomDictionaryLoading { get; set; }
Property Value
Type | Description |
---|---|
CustomDictionaryLoadingEventHandler | A CustomDictionaryLoadingEventHandler delegate method to be called before the HtmlEditor’s Spell Checker loads a custom dictionary. |
Remarks
Implement a CustomDictionaryLoadingEventHandler delegate method and assign it to the SpellCheckerCustomDictionaryLoading property. For more implementation details, refer to the CustomDictionaryLoadingEventHandler delegate description.
See Also