[]
Initializes a new instance of an AutoReplaceEventArgs.
public AutoReplaceEventArgs(Control control, string found, string replace, int index)
| Type | Name | Description |
|---|---|---|
| Control | control | Control where the text is being replaced. |
| string | found | String that contains the text about to be replaced. |
| string | replace | String that contains the replacement text. |
| int | index | Position of the |