Back to Devexpress

WordAddedEventArgs Class

corelibraries-devexpress-dot-xtraspellchecker-fae4a306.md

latest2.2 KB
Original Source

WordAddedEventArgs Class

Provides data for the ISpellChecker.WordAdded and SpellCheckerBase.WordAdded events.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

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

WordAddedEventArgs is the data class for the following events:

LibraryRelated API Members
Cross-Platform Class LibraryISpellChecker.WordAdded
SpellCheckerBase.WordAdded
ASP.NET Web Forms ControlsASPxHtmlEditor.SpellCheckerWordAdded
ASPxRichEdit.SpellCheckerWordAdded
ASPxSpellChecker.WordAdded

Remarks

The WordAddedEventArgs objects are automatically created, initialized and passed to the WordAdded event handlers.

Inheritance

Object EventArgs WordAddedEventArgs

See Also

WordAddedEventArgs Members

ISpellChecker.WordAdded

SpellCheckerBase.WordAdded

DevExpress.XtraSpellChecker Namespace