RepeatedWordFoundEventArgs Class
Provides data for the RepeatedWordFound event.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.2.Core.dll
Declaration
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.
See Also