Click or drag to resize
GridControlMButtonHitRowCol Event
Middle 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 MButtonHitRowColEventHandler MButtonHitRowCol

Value

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