Click or drag to resize
ResetCurrentCellEventArgs Class
Supplies data for the ResetCurrentCell event of the CellControl class.
Inheritance Hierarchy

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

The ResetCurrentCellEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodResetCurrentCellEventArgs
Initializes a new ResetCurrentCellEventArgs 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 ResetCurrentCell event handler, as well as to any delegates attached to the ResetCurrentCell event.
See Also