Skip to main content

SpellCheckerBase.RepeatedWordFound Event

In This Article

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

Namespace: DevExpress.XtraSpellChecker

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

#Declaration

public event RepeatedWordFoundEventHandler RepeatedWordFound

#Event Data

The RepeatedWordFound event's handler receives an argument of the RepeatedWordFoundEventArgs type. 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