Skip to main content

CustomDictionaryLoadingEventHandler Delegate

A method that will handle the ASPxSpellChecker.CustomDictionaryLoading event.

Namespace: DevExpress.Web.ASPxSpellChecker

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

NuGet Package: DevExpress.Web

Declaration

public delegate void CustomDictionaryLoadingEventHandler(
    object sender,
    CustomDictionaryLoadingEventArgs e
);

Parameters

Name Type Description
sender Object

The event source. This parameter identifies the ASPxSpellChecker which raised the event.

e CustomDictionaryLoadingEventArgs

A CustomDictionaryLoadingEventArgs object which contains event data.

See Also