SpellCheckerSettings.CustomDictionaryLoading Property
This event occurs when a custom dictionary is loading into a session.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
CustomDictionaryLoadingEventHandler | A CustomDictionaryLoadingEventHandler delegate method to be called before Spell Checker loads a custom dictionary. |
Remarks
Implement a CustomDictionaryLoadingEventHandler delegate method and assign it to the CustomDictionaryLoading property. For more implementation details, refer to the CustomDictionaryLoadingEventHandler delegate description.
See Also