[]
Provides data for events related to editing.
public class CellEditEventArgs : CellRangeEventArgs
Name | Description |
---|---|
CellEditEventArgs(GridPanel, CellRange, FrameworkElement, bool) | Initializes a new instance of a CellEditEventArgs. |
Name | Description |
---|---|
CancelEdits | Gets a value that determines whether the editing action was canceled. |
Editor | Gets the FrameworkElement responsible for editing the cell value. |