Skip to main content

WordAddedEventArgs Class

Provides data for the SpellCheckerBase.WordAdded events.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public class WordAddedEventArgs :
    EventArgs

#Remarks

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

#Inheritance

Object
EventArgs
WordAddedEventArgs
See Also