[]
Initializes a new instance of the KeyPressEditEventArgs class.
public KeyPressEditEventArgs(int row, int col, char key)
| Type | Name | Description |
|---|---|---|
| int | row | The row index of the cell being edited when the key was pressed. |
| int | col | The column index of the cell being edited when the key was pressed. |
| char | key | The character corresponding to the key pressed. |