Click or drag to resize
RButtonHitRowColEventArgs Class
Supplies data for the RButtonHitRowCol event of the GridControl class.
Inheritance Hierarchy

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class RButtonHitRowColEventArgs : ButtonClickedRowColEventArgs

The RButtonHitRowColEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRButtonHitRowColEventArgs
Initializes a new instance of the RButtonHitRowColEventArgs class at a given location.
Top
Properties
  NameDescription
Public propertyCol
Gets or sets the column index of the cell.
(Inherited from CellEventArgs.)
Public propertyDragCol
Gets or sets the drag column index for the event.
Public propertyDragRow
Gets or sets the drag row index for the event.
Public propertyFlags
Gets or sets the button click flags.
(Inherited from ButtonClickedRowColEventArgs.)
Public propertyHandled
Gets or sets a value to show that the event has been handled.
(Inherited from ButtonClickedRowColEventArgs.)
Public propertyHitState
Gets or sets the hit state for the event.
Public propertyPoint
Gets or sets the coordinates of the mouse click.
(Inherited from ButtonClickedRowColEventArgs.)
Public propertyRow
Gets or sets the row index of the cell.
(Inherited from CellEventArgs.)
Top
Remarks
These event arguments are supplied to any overridden RButtonHitRowCol event handler, as well as to any delegates attached to the RButtonHitRowCol event.
The RButtonHitRowCol event is invoked when the user clicks the right mouse button in a cell. Subsequent invocations occur when the mouse is dragged and when the user releases the mouse button. a grid cell.
See Also