Click or drag to resize
CellControlInitCurrentCell Event
Initialize Current Cell event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public event InitCurrentCellEventHandler InitCurrentCell

Value

Type: Stingray.GridInitCurrentCellEventHandler
Remarks
This event is invoked when a CellControl is initialized as the current cell. The event arguments for this event indicate the row and column coordinates of the cell being initialized as the current cell. This event is invoked by OnInit(InitCurrentCellEventArgs).
See Also