Occurs before the
C1SpellChecker makes an automatic replacement in the control's text.
The event handler receives an argument of type AutoReplaceEventArgs containing data related to this event. The following AutoReplaceEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| Cancel | Gets or sets whether to skip this replacement. |
| Control | Gets a reference to the control where the replacement will take place. |
| Found | Gets the string that is about to be replaced. |
| Replace | Gets or sets the string that contains the replacement text. |