Skip to main content

AfterCheckWordEventArgs Class

Provides data for the SpellCheckerBase.AfterCheckWord event.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v14.2.dll

#Declaration

public class AfterCheckWordEventArgs :
    EventArgs

#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.

#Inheritance

Object
EventArgs
AfterCheckWordEventArgs
See Also