Back to Devexpress

ISpellChecker.AfterCheckWord Event

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

latest2.2 KB
Original Source

ISpellChecker.AfterCheckWord Event

Occurs after a word is checked.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
event AfterCheckWordEventHandler AfterCheckWord
vb
Event AfterCheckWord As AfterCheckWordEventHandler

Event Data

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

PropertyDescription
ChangedWordGets the word which replaced the former one after the spelling check is performed.
EditControlGets the control being checked.
OperationGets the type of operation performed with the word in a spell check.
OriginalWordGets the word before the spell check is performed.
StartPositionGets the position of a checked word in a text.

Remarks

The AfterCheckWord fires for each word in a text after it is checked with a spellchecker engine. If a spelling error is found, an error object with suggestions has already been created.

This event allows a developer to track the end-user activity.

See Also

ISpellChecker Interface

ISpellChecker Members

DevExpress.XtraSpellChecker Namespace