Back to Devexpress

ISpellChecker.WordAdded Event

corelibraries-devexpress-dot-xtraspellchecker-dot-ispellchecker.md

latest1.2 KB
Original Source

ISpellChecker.WordAdded Event

Occurs after a word is added to a custom dictionary.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
event WordAddedEventHandler WordAdded
vb
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.

See Also

ISpellChecker Interface

ISpellChecker Members

DevExpress.XtraSpellChecker Namespace