The CellEditEventArgs type exposes the following members.

Constructors

  Name Description
Public method CellEditEventArgs
Initializes a new instance of a CellEditEventArgs.

Properties

  Name Description
Public property CancelEdits
Gets a value that determines whether the editing action was canceled.
Public property CellRange
CellRange affected by the event.
(Inherited from CellRangeEventArgs.)
Public property CellType
CellType of the range affected by the event.
(Inherited from CellRangeEventArgs.)
Public property Column
Index of the column affected by the event.
(Inherited from CellRangeEventArgs.)
Public property Editor
Gets the FrameworkElement responsible for editing the cell value.
Public property Panel
GridPanel that contains the range affected by the event.
(Inherited from CellRangeEventArgs.)
Public property Row
Index of the row affected by the event.
(Inherited from CellRangeEventArgs.)

See Also