Skip to main content

FinishCheckingMainPartEventArgs(Boolean) Constructor

Initializes a new FinishCheckingMainPartEventArgs class instance.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public FinishCheckingMainPartEventArgs(
    bool needCheckRemainingPart
)

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