Objective Grid for Microsoft® .NET® Reference Guide

GridControl.MButtonDblClkRowCol Event

Back to Class Index

Middle Button Double Clicked Row Column Event.     

[Visual Basic]
Public Event MButtonDblClkRowCol As MButtonDblClkRowColEventHandler
[C#]
public event MButtonDblClkRowColEventHandler MButtonDblClkRowCol;

Event Data

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

PropertyDescription
Col
Flags
Handled
Point
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace