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

FinishCheckingMainPartEventArgs(Boolean) Constructor

Initializes a new FinishCheckingMainPartEventArgs class instance.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.SpellChecker.v19.1.Core.dll

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