SpellCheckerBase.FinishCheckingMainPart Event
In This Article
Occurs when the selected part of the text is processed.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v14.2.Core.dll
#Declaration
#Event Data
The FinishCheckingMainPart event's handler receives an argument of the FinishCheckingMainPartEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Need |
Specifies whether the spell checker should check the rest of the text. |
#Remarks
The FinishCheckingMainPart event is raised only when the OptionsSpellingBase.CheckFromCursorPos property is true.
See Also