Click or drag to resize
GridControlLeftCell Event
Left Cell event.

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

Value

Type: Stingray.GridLeftCellEventHandler
Remarks
This event is invoked after the current cell is deactivated. At the time this event is called, there is not a current cell in the grid. Handle this event to hook into refreshing the current cell after being deactivated.
See Also