SpellCheckerBase.RepeatedWordFound Event
Occurs when a word identical to the previous one is found.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.SpellChecker.v24.1.Core.dll
NuGet Package: DevExpress.SpellChecker.Core
Declaration
Event Data
The RepeatedWordFound event's data class is RepeatedWordFoundEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Handled | Gets or sets a value indicating whether default event actions are required. |
Length | Gets the length of the repeated word. |
Result | Gets or sets the parameter that specifies the spell checker action when a repeated word is found. |
StartPosition | Gets the beginning of the repeated word in a text. |
Suggestion | A string to replace the repeated word. |
Word | Gets a word that is found to be repeated. |
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the RepeatedWordFound event.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.