Skip to main content
A newer version of this page is available. .

StopCheckingReason Enum

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public enum StopCheckingReason

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