Skip to main content

SpellCheckerSettings.CustomDictionaryLoading Property

This event occurs when a custom dictionary is loading into a session.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public CustomDictionaryLoadingEventHandler CustomDictionaryLoading { get; set; }

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