Back to Devexpress

StopCheckingReason Enum

corelibraries-devexpress-dot-xtraspellchecker-1aa8f6e6.md

latest1.3 KB
Original Source

StopCheckingReason Enum

Lists the values specifying the reasons why the spell check was stopped.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public enum StopCheckingReason
vb
Public Enum StopCheckingReason

Members

NameDescription
User

The user stopped spell checking.

| | Default |

Spell checking is finished normally.

|

The following properties accept/return StopCheckingReason values:

Remarks

A StopCheckingReason enumeration value is returned by the AfterCheckEventArgs.Reason property.

See Also

AfterCheckEventArgs

DevExpress.XtraSpellChecker Namespace