SpellCheckerBase.AfterCheck Event
Occurs when text checking is finished.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Event Data
The AfterCheck event's data class is AfterCheckEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Reason | Gets whether spell checking is finished or stopped by the user. |
Remarks
The AfterCheck event is raised when the spelling check in a text container is finished. When the spelling of text in several controls on the form is checked, the AfterCheck event is raised for each control. The AfterCheckEventArgs.Reason property of the event arguments allows you to determine whether checking is interrupted by the user.
See Also