[]
Initializes a new instance of a CellEditEventArgs.
public CellEditEventArgs(GridPanel panel, CellRange rng, FrameworkElement editor, bool cancelEdits)
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. |