AfterCheckEventArgs.Reason Property
Gets whether spell checking is finished or stopped by the user.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Property Value
Type | Description |
---|---|
StopCheckingReason | A StopCheckingReason enumeration member indicating the reason for stopping the spell check |
Available values:
Name | Description |
---|---|
User | The user stopped spell checking. |
Default | Spell checking is finished normally. |
See Also