StopCheckingReason Enum
In This Article
Lists the values specifying the reasons why the spell check was stopped.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
#Declaration
#Members
Name | Description |
---|---|
User
|
The user stopped spell checking. |
Default
|
Spell checking is finished normally. |
#Related API Members
The following properties accept/return StopCheckingReason values:
#Remarks
A StopCheckingReason enumeration value is returned by the AfterCheckEventArgs.Reason property.
See Also