Back to Devexpress

CustomDictionaryLoadingEventArgs Class

aspnet-devexpress-dot-web-dot-aspxspellchecker-8d03e9d3.md

latest1.9 KB
Original Source

CustomDictionaryLoadingEventArgs Class

Provides data for the ASPxSpellChecker.CustomDictionaryLoading event.

Namespace : DevExpress.Web.ASPxSpellChecker

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class CustomDictionaryLoadingEventArgs :
    EventArgs
vb
Public Class CustomDictionaryLoadingEventArgs
    Inherits EventArgs

CustomDictionaryLoadingEventArgs is the data class for the following events:

Remarks

Note, that CustomDictionaryLoadingEventArgs objects are automatically created, initialized and passed to the ASPxSpellChecker.CustomDictionaryLoading event handlers.

Inheritance

Object EventArgs CustomDictionaryLoadingEventArgs

See Also

CustomDictionaryLoadingEventArgs Members

CustomDictionaryLoading

DevExpress.Web.ASPxSpellChecker Namespace