HtmlEditorSettings.SpellCheckerCustomDictionaryLoading Property
In This Article
This event occurs when a custom spell check dictionary is being loaded into a session.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public CustomDictionaryLoadingEventHandler SpellCheckerCustomDictionaryLoading { get; set; }
#Property Value
Type | Description |
---|---|
Custom |
A Custom |
#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