Click or drag to resize
CellControlLeftCell Event
Left Cell event.

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

Value

Type: Stingray.GridLeftCellEventHandler
Remarks
This event is invoked by OnLeftCell(LeftCellEventArgs).
See Also