Skip to main content
A newer version of this page is available. .

WordAddedEventArgs Class

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

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public class WordAddedEventArgs :
    EventArgs

Remarks

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

Inheritance

Object
EventArgs
WordAddedEventArgs
See Also