Click or drag to resize
RButtonClickedRowColEventArgs Constructor
Initializes a new RButtonClickedRowColEventArgs object at the indicated location.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public RButtonClickedRowColEventArgs(
	uint row,
	uint col,
	int keys,
	Point point
)

Parameters

row
Type: SystemUInt32
The row index of the cell.
col
Type: SystemUInt32
The column index of the cell.
keys
Type: SystemInt32
A bit-wise combination of KeyType enumeration constants.
point
Type: System.DrawingPoint
The coordinate of the mouse click, relative to the top, left corner of the window (0,0).
See Also