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

SpellCheckerBase.FinishCheckingMainPart Event

Occurs when the selected part of the text is processed.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Packages: DevExpress.SpellChecker.Core, DevExpress.WindowsDesktop.SpellChecker.Core

Declaration

public event FinishCheckingMainPartEventHandler FinishCheckingMainPart

Event Data

The FinishCheckingMainPart event's data class is FinishCheckingMainPartEventArgs. The following properties provide information specific to this event:

Property Description
NeedCheckRemainingPart Specifies whether the spell checker should check the rest of the text.
See Also