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

SpellCheckerBase.AfterCheck Event

Occurs when text checking is finished.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v20.2.Core.dll

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public event AfterCheckEventHandler AfterCheck

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