Click or drag to resize
GridControlMButtonClickedRowCol Event
Middle Button Clicked Row Column event.

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

Value

Type: Stingray.GridMButtonClickedRowColEventHandler
Remarks
This event is invoked when the user clicks and releases the middle mouse button on the grid.
See Also