AfterCheckWordEventArgs Class
In This Article
Provides data for the SpellCheckerBase.AfterCheckWord event.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.Data.v14.2.dll
#Declaration
#Remarks
The SpellCheckerBase.AfterCheckWord event occurs when the word is checked and user actions are completed (i.e. the word is substituted with a suggested word, modified or deleted). You have access to a word before the check, after the check and the type of operation performed.
See Also