Objective Grid for Microsoft® .NET® Reference Guide

GridControl.RButtonClickedRowCol Event

Back to Class Index

Right Button Clicked Row Column Event.     

[Visual Basic]
Public Event RButtonClickedRowCol As RButtonClickedRowColEventHandler
[C#]
public event RButtonClickedRowColEventHandler RButtonClickedRowCol;

Event Data

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

PropertyDescription
Col
Flags
Handled
Point
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace