Objective Grid for Microsoft® .NET® Reference Guide

GridControl.MButtonClickedRowCol Event

Back to Class Index

Middle Button Clicked Row Column Event.     

[Visual Basic]
Public Event MButtonClickedRowCol As MButtonClickedRowColEventHandler
[C#]
public event MButtonClickedRowColEventHandler MButtonClickedRowCol;

Event Data

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

PropertyDescription
Col
Flags
Handled
Point
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace