Objective Grid for Microsoft® .NET® Reference Guide

GridControl.RButtonHitRowCol Event

Back to Class Index

Right Button Hit Row Column Event.     

[Visual Basic]
Public Event RButtonHitRowCol As RButtonHitRowColEventHandler
[C#]
public event RButtonHitRowColEventHandler RButtonHitRowCol;

Event Data

The event handler receives an argument of type RButtonHitRowColEventArgs containing data related to this event. The following RButtonHitRowColEventArgs properties provide information specific to this event.

PropertyDescription
Col
DragColGets or sets the drag column for the event.     
DragRowGets or sets the drag row for the event.     
Flags
Handled
HitStateGets or sets the hit state for the event.     
Point
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace