Click or drag to resize
GridControlLButtonHitRowCol Event
Left Button Hit Row Column event.

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

Value

Type: Stingray.GridLButtonHitRowColEventHandler
Remarks
This event is invoked when the user clicks the left mouse button in a cell. Subsequent invocations occur when the mouse is dragged and when the user releases the mouse button.
See Also