[]
Initializes a new instance of the ValidateEditEventArgs class.
public ValidateEditEventArgs(int row, int col, CheckEnum check)
| Type | Name | Description |
|---|---|---|
| int | row | The row index of the cell being edited. |
| int | col | The column index of the cell being edited. |
| CheckEnum | check | The new checkbox state about to be applied to the cell, if any. |