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

The StoreCurrentCellEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodStoreCurrentCellEventArgs
Initializes a new StoreCurrentCellEventArgs object for a given cell.
Top
Properties
  NameDescription
Public propertyCanStore
Gets or sets whether the data can be stored to the grid.
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 StoreCurrentCell event handler, as well as to any delegates attached to the StoreCurrentCell event.
See Also