[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.CellEditEventArgs.-ctor

CellEditEventArgs Constructor

CellEditEventArgs(GridPanel, CellRange, FrameworkElement, bool)

Initializes a new instance of a CellEditEventArgs.

Declaration
public CellEditEventArgs(GridPanel panel, CellRange rng, FrameworkElement editor, bool cancelEdits)
Parameters
Type Name Description
GridPanel panel

GridPanel that contains the range.

CellRange rng

CellRange represented by this object.

FrameworkElement editor

FrameworkElement used to edit the cell value.

bool cancelEdits

Value that indicates whether the edits are being committed or canceled.