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

SpellCheckerBase.RepeatedWordFound Event

Occurs when a word identical to the previous one is found.

Namespace: DevExpress.XtraSpellChecker

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

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

Declaration

public event RepeatedWordFoundEventHandler RepeatedWordFound

Event Data

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

Property Description
Handled Gets or sets a value indicating whether default event actions are required.
Length Gets the length of the repeated word.
Result Gets or sets the parameter that specifies the spell checker action when a repeated word is found.
StartPosition Gets the beginning of the repeated word in a text.
Suggestion A string to replace the repeated word.
Word Gets a word that is found to be repeated.
See Also