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

RepeatedWordFoundEventArgs Class

Provides data for the RepeatedWordFound event.

Namespace: DevExpress.XtraSpellChecker

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

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