Objective Grid for Microsoft® .NET® Reference Guide

GridControl.MButtonHitRowCol Event

Back to Class Index

Middle Button Hit Row Column Event.     

[Visual Basic]
Public Event MButtonHitRowCol As MButtonHitRowColEventHandler
[C#]
public event MButtonHitRowColEventHandler MButtonHitRowCol;

Event Data

The event handler receives an argument of type MButtonHitRowColEventArgs containing data related to this event. The following MButtonHitRowColEventArgs 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