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

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

Parameters

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