Back to Devexpress

SpellCheckerBase.FinishCheckingMainPart Event

corelibraries-devexpress-dot-xtraspellchecker-dot-spellcheckerbase-6327140a.md

latest1.5 KB
Original Source

SpellCheckerBase.FinishCheckingMainPart Event

Occurs when the selected part of the text is processed.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public event FinishCheckingMainPartEventHandler FinishCheckingMainPart
vb
Public Event FinishCheckingMainPart As FinishCheckingMainPartEventHandler

Event Data

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

PropertyDescription
NeedCheckRemainingPartSpecifies whether the spell checker should check the rest of the text.

See Also

SpellCheckerBase Class

SpellCheckerBase Members

DevExpress.XtraSpellChecker Namespace