Objective Grid for Microsoft® .NET® Reference Guide

GridControl.LButtonClickedRowCol Event

Back to Class Index

Left Button Clicked Row Column Event.     

[Visual Basic]
Public Event LButtonClickedRowCol As LButtonClickedRowColEventHandler
[C#]
public event LButtonClickedRowColEventHandler LButtonClickedRowCol;

Event Data

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

PropertyDescription
Col
Flags
Handled
Point
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace