The Incorrect
public sealed class IncorrectWordChangingEventArgsPublic NotInheritable Class IncorrectWordChangingEventArgs Introduced: 3.0.
| Method | Description |
|---|---|
| Cancel | Get or sets a value indicating whether the changing operation for the current incorrect word should be canceled. |
| Property | Description |
|---|---|
| Corrected |
Gets the complete text including the replaced incorrect words with the corrected words. |
| Corrected |
Gets or sets the new word that replaces the text of the incorrect word. |
| Incorrect |
Gets the incorrect word that is changed. |
| Source |
Gets the complete text without the replaced incorrect words. |
| Type | Gets the type that defines how the incorrect word is changed. |
| Will |
Gets a value specifying whether replacing the text of the current incorrect word would result in a conversion to a duplicate incorrect word. |