SpellCheckerBase.AfterCheck Event
In This Article
Occurs when text checking is finished.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#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