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

AfterCheckEventArgs(StopCheckingReason) Constructor

Initializes a new instance of the AfterCheckEventArgs class with the specified settings.

Namespace: DevExpress.XtraSpellChecker

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

Declaration

public AfterCheckEventArgs(
    StopCheckingReason reason
)

Parameters

Name Type Description
reason StopCheckingReason

A StopCheckingReason enumeration member indicating whether the user stopped the checking.

Remarks

Instances of the AfterCheckEventArgs class are automatically created, initialized and passed to the SpellCheckerBase.AfterCheck event handlers. There is no need to call this constructor directly from your code.

See Also