Skip to main content

SpellCheckerBase.AfterCheck Event

Occurs when text checking is finished.

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

public event AfterCheckEventHandler AfterCheck

#Event Data

The AfterCheck event's handler receives an argument of the AfterCheckEventArgs type. The following properties provide information specific to this event:

Property Description
Reason Gets whether spell checking is finished or stopped by the user.

#Remarks

When the spelling of the text in several controls on the form is checked, the AfterCheck event is raised for each control.

See Also