Click or drag to resize
RButtonHitRowColEventArgs Constructor
Initializes a new instance of the RButtonHitRowColEventArgs class at a given location.

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

Parameters

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