Back to Devexpress

AfterCheckWordEventArgs Class

corelibraries-devexpress-dot-xtraspellchecker-25383adc.md

latest1.8 KB
Original Source

AfterCheckWordEventArgs Class

Provides data for the AfterCheckWord event.

Namespace : DevExpress.XtraSpellChecker

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public class AfterCheckWordEventArgs :
    EventArgs
vb
Public Class AfterCheckWordEventArgs
    Inherits EventArgs

AfterCheckWordEventArgs is the data class for the following events:

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

AfterCheckWordEventArgs Members

AfterCheck

SpellCheckerBase.BeforeCheckWord

DevExpress.XtraSpellChecker Namespace