The CellEditEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CellEditEventArgs |
Initializes a new instance of a CellEditEventArgs.
|
Properties
| Name | Description | |
|---|---|---|
|
|
CancelEdits |
Gets a value that determines whether the editing action was canceled.
|
|
|
CellRange |
CellRange affected by the event.
(Inherited from CellRangeEventArgs.) |
|
|
CellType |
CellType of the range affected by the event.
(Inherited from CellRangeEventArgs.) |
|
|
Column |
Index of the column affected by the event.
(Inherited from CellRangeEventArgs.) |
|
|
Editor |
Gets the FrameworkElement responsible for editing the cell value.
|
|
|
Panel |
GridPanel that contains the range affected by the event.
(Inherited from CellRangeEventArgs.) |
|
|
Row |
Index of the row affected by the event.
(Inherited from CellRangeEventArgs.) |