Back to Devexpress

RepeatedWordFoundEventArgs Class

corelibraries-devexpress-dot-xtraspellchecker-a121e1a3.md

latest2.4 KB
Original Source

RepeatedWordFoundEventArgs Class

Provides data for the RepeatedWordFound event.

Namespace : DevExpress.XtraSpellChecker

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

NuGet Package : DevExpress.SpellChecker.Core

Declaration

csharp
public class RepeatedWordFoundEventArgs :
    EventArgs
vb
Public Class RepeatedWordFoundEventArgs
    Inherits EventArgs

RepeatedWordFoundEventArgs is the data class for the following events:

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

Object EventArgs RepeatedWordFoundEventArgs NotInDictionaryWordFoundEventArgs

See Also

RepeatedWordFoundEventArgs Members

DevExpress.XtraSpellChecker Namespace