CustomDictionaryLoadingEventHandler Delegate
In This Article
A method that will handle the ASPxSpellChecker.CustomDictionaryLoading event.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.v24.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 ASPx |
e | Custom |
A Custom |
See Also