Click or drag to resize
CanceledEditingEventArgs Class
Supplies data for the CanceledEditing event of the GridControl class.
Inheritance Hierarchy

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class CanceledEditingEventArgs : CellEventArgs

The CanceledEditingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCanceledEditingEventArgs
Initializes a new CanceledEditingEventArgs object for a given cell.
Top
Properties
  NameDescription
Public propertyCol
Gets or sets the column index of the cell.
(Inherited from CellEventArgs.)
Public propertyRow
Gets or sets the row index of the cell.
(Inherited from CellEventArgs.)
Top
Remarks
These event arguments are supplied to any overridden CanceledEditing event handler, as well as to any delegates attached to the CanceledEditing event.
The CanceledEditing event is invoked after the current cell's contents are canceled and the control has been reinitialized with the previous cell data.
See Also