Objective Grid for Microsoft® .NET® Reference Guide

GridControl.RButtonDblClkRowCol Event

Back to Class Index

Right Button Double Clicked Row Column Event.     

[Visual Basic]
Public Event RButtonDblClkRowCol As RButtonDblClkRowColEventHandler
[C#]
public event RButtonDblClkRowColEventHandler RButtonDblClkRowCol;

Event Data

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

PropertyDescription
Col
Flags
Handled
Point
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace