Click or drag to resize
GridControlInitCurrentCell Event
Init Current Cell event.

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

Value

Type: Stingray.GridInitCurrentCellEventHandler
Remarks
This event is invoked whenever the control associated with the current cell is initialized.
See Also