Click or drag to resize
CellEventArgs Class
Base class for many event argument classes that communicate cell coordinates using a row and a column index.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Stingray.GridCellEventArgs
      More...

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

The CellEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCellEventArgs
Initializes a new CellEventArgs object for a given cell.
Top
Properties
  NameDescription
Public propertyCol
Gets or sets the column index of the cell.
Public propertyRow
Gets or sets the row index of the cell.
Top
Remarks
This event argument class is not used with any grid event. It serves as a base class in event arguments classes that convey row and column cell indices.
See Also
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Stingray.GridCellEventArgs
      Stingray.GridButtonClickedRowColEventArgs
      Stingray.GridCanceledEditingEventArgs
      Stingray.GridCancelEditingEventArgs
      Stingray.GridClickedButtonRowColEventArgs
      Stingray.GridDeleteCellEventArgs
      Stingray.GridEndEditingEventArgs
      Stingray.GridHideCurrentCellEventArgs
      Stingray.GridInitCurrentCellEventArgs
      Stingray.GridLeftCellEventArgs
      Stingray.GridModifyCellEventArgs
      Stingray.GridMovedCurrentCellEventArgs
      Stingray.GridRefreshCurrentCellEventArgs
      Stingray.GridResetCurrentCellEventArgs
      Stingray.GridStartEditingEventArgs
      Stingray.GridStoreCurrentCellEventArgs
      Stingray.GridValidateCellEventArgs