[]
        
(Showing Draft Content)

C1.Win.FlexGrid.ValidateEditEventArgs.-ctor

ValidateEditEventArgs Constructor

ValidateEditEventArgs(int, int, CheckEnum)

Initializes a new instance of the ValidateEditEventArgs class.

Declaration
public ValidateEditEventArgs(int row, int col, CheckEnum check)
Parameters
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.