Skip to main content
A newer version of this page is available. .

AfterCheckWordEventArgs Class

Provides data for the AfterCheckWord event.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.Data.v19.2.dll

Declaration

public class AfterCheckWordEventArgs :
    EventArgs

Remarks

The AfterCheckWord 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’ve got access to a word before check, word after check and the type of operation performed.

Inheritance

Object
EventArgs
AfterCheckWordEventArgs
See Also