RepeatedWordFoundEventArgs Properties
Provides data for the RepeatedWordFound event.Name | 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. |
See Also