AfterCheckEventArgs(StopCheckingReason) Constructor
Initializes a new instance of the AfterCheckEventArgs class with the specified settings.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
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