[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.UnboundValueEventArgs.-ctor

UnboundValueEventArgs Constructor

UnboundValueEventArgs(int, int, object)

Initializes a new instance of the UnboundValueEventArgs class.

Declaration
public UnboundValueEventArgs(int row, int col, object value)
Parameters
Type Name Description
int row

Row index for the cell that has an unbound value.

int col

Column index for the cell that has an unbound value.

object value

Unbound value that should be displayed in the cell.