Skip to main content

RepeatedWordFoundEventArgs Class

Provides data for the RepeatedWordFound event.

Namespace: DevExpress.XtraSpellChecker

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

NuGet Package: DevExpress.SpellChecker.Core

Declaration

public class RepeatedWordFoundEventArgs :
    EventArgs

Remarks

The RepeatedWordFound event occurs when the spellchecker finds a word identical to the previous one. This word is passed as a value of the RepeatedWordFoundEventArgs.Word property. If the RepeatedWordFoundEventArgs.Handled parameter is set to true, then the spellchecker performs an operation defined by the RepeatedWordFoundEventArgs.Result value without user interaction. If the RepeatedWordFoundEventArgs.Result is SpellCheckOperation.Change, then the repeated word is substituted with the RepeatedWordFoundEventArgs.Suggestion property value.

Inheritance

See Also