[]
        
(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)
Public Sub New(panel As GridPanel, rng As CellRange, editor As FrameworkElement, cancelEdits As Boolean)
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.