Back to Devexpress

CustomDictionaryLoadingEventHandler Delegate

aspnet-devexpress-dot-web-dot-aspxspellchecker-82a4837f.md

latest1.7 KB
Original Source

CustomDictionaryLoadingEventHandler Delegate

A method that will handle the ASPxSpellChecker.CustomDictionaryLoading event.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void CustomDictionaryLoadingEventHandler(
    object sender,
    CustomDictionaryLoadingEventArgs e
);
vb
Public Delegate Sub CustomDictionaryLoadingEventHandler(
    sender As Object,
    e As CustomDictionaryLoadingEventArgs
)

Parameters

NameTypeDescription
senderObject

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

| | e | CustomDictionaryLoadingEventArgs |

A CustomDictionaryLoadingEventArgs object which contains event data.

|

See Also

Introduction to Delegates

DevExpress.Web.ASPxSpellChecker Namespace