Skip to main content

CustomDictionaryLoadingEventArgs(ASPxSpellCheckerCustomDictionary) Constructor

Initializes a new instance of the CustomDictionaryLoadingEventArgs class with the specified custom dictionary.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public CustomDictionaryLoadingEventArgs(
    ASPxSpellCheckerCustomDictionary customDictionary
)

Parameters

Name Type Description
customDictionary ASPxSpellCheckerCustomDictionary

An ASPxSpellCheckerDictionary value representing the custom dictionary. This value is assigned to the CustomDictionaryLoadingEventArgs.CustomDictionary property.

Remarks

Instances of the CustomDictionaryLoadingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also