Back to Devexpress

SpellCheckerBase.WordAdded Event

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-af2fc4ba.md

latest1.7 KB
Original Source

SpellCheckerBase.WordAdded Event

Occurs after a new word is added to the custom dictionary.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.SpellChecker.v25.2.Core.dll

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public event WordAddedEventHandler WordAdded
vb
Public Event WordAdded As WordAddedEventHandler

Event Data

The WordAdded event's data class is WordAddedEventArgs. The following properties provide information specific to this event:

PropertyDescription
WordGets a word added to the dictionary.

Remarks

This event occurs if the end-user adds a word to the custom dictionary via the Add button located at the Spelling form.

See Also

AddWord(String)

AddWords(ICollection)

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace