Objective Grid for Microsoft® .NET® Reference Guide

GridControl.LButtonDblClkRowCol Event

Back to Class Index

Left Button Double Clicked Row Column Event.     

[Visual Basic]
Public Event LButtonDblClkRowCol As LButtonDblClkRowColEventHandler
[C#]
public event LButtonDblClkRowColEventHandler LButtonDblClkRowCol;

Event Data

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

PropertyDescription
Col
Flags
Handled
Point
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace