FinishCheckingMainPartEventArgs(Boolean) Constructor
Initializes a new FinishCheckingMainPartEventArgs class instance.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
needCheckRemainingPart | Boolean | true if the rest of the text should be checked; otherwise false. |
Remarks
Note
The FinishCheckingMainPart event fires only when the spelling form is of the SpellingFormType.Word type.
See Also