[]
Initializes a new instance of the KeyEditEventArgs class.
public KeyEditEventArgs(int row, int col, KeyEventArgs e)
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. |
KeyEventArgs | e | A KeyEventArgs object containing the keyboard data. |