Objective Grid for Microsoft® .NET® Reference Guide

GridControl.LButtonHitRowCol Event

Back to Class Index

Left Button Hit Row Column Event.     

[Visual Basic]
Public Event LButtonHitRowCol As LButtonHitRowColEventHandler
[C#]
public event LButtonHitRowColEventHandler LButtonHitRowCol;

Event Data

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

PropertyDescription
Col
DragColGets or sets the drag column for the event.     
DragRowGets or sets the drag row for the event.     
Flags
Handled
HitStateGets or sets the hit state for the event.     
Point
Row

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace