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

AfterCheckEventArgs.Reason Property

Gets whether spell checking is finished or stopped by the user.

Namespace: DevExpress.XtraSpellChecker

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

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

Declaration

public StopCheckingReason Reason { get; }

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