Back to Devexpress

SpellCheckerBase.AfterCheckWord Event

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-729ee600.md

latest2.4 KB
Original Source

SpellCheckerBase.AfterCheckWord Event

Occurs after a word is checked.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public event AfterCheckWordEventHandler AfterCheckWord
vb
Public 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 is already created.

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

See Also

BeforeCheckWord

AfterCheck

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace