corelibraries-devexpress-dot-xtraspellchecker-a121e1a3.md
Provides data for the RepeatedWordFound event.
Namespace : DevExpress.XtraSpellChecker
Assembly : DevExpress.SpellChecker.v25.2.Core.dll
NuGet Package : DevExpress.SpellChecker.Core
public class RepeatedWordFoundEventArgs :
EventArgs
Public Class RepeatedWordFoundEventArgs
Inherits EventArgs
RepeatedWordFoundEventArgs is the data class for the following events:
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.
Object EventArgs RepeatedWordFoundEventArgs NotInDictionaryWordFoundEventArgs
See Also