Skip to main content

AfterCheckEventArgs.Reason Property

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

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.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