Skip to main content

StopCheckingReason Enum

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

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