Click or drag to resize
InitCurrentCellEventArgs Class
Supplies data for the InitCurrentCell 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 InitCurrentCellEventArgs : CellEventArgs

The InitCurrentCellEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodInitCurrentCellEventArgs
Initializes a new InitCurrentCellEventArgs object for a given cell. location.
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 InitCurrentCell event handler, as well as to any delegates attached to the InitCurrentCell event.
The InitCurrentCell event is invoked whenever the control associated with the current cell is initialized.
See Also