Objective Grid for Microsoft® .NET® Reference Guide

LButtonHitRowColEventArgs Constructor 

Back to Class Index

Constructor.     

[Visual Basic]
Public Sub New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal dragRow As Integer, _
   ByVal dragCol As Integer, _
   ByVal point As Point, _
   ByVal flags As Integer, _
   ByVal hitState As Integer _
)
[C#]
public LButtonHitRowColEventArgs(
   int row,
   int col,
   int dragRow,
   int dragCol,
   Point point,
   int flags,
   int hitState
);

Parameters

row
The row coordinate of the clicked cell
col
The column coordinate of the clicked cell
dragRow
dragCol
The column id where the user has dragged the mouse
point
The coordinate of the mouse click relative to the top left corner of the window (0,0)
flags
A bit-wise combination of KeyType enumeration values
hitState
A combination of HitState enumeration values

Remarks

    

    

    

See Also

LButtonHitRowColEventArgs Class | LButtonHitRowColEventArgs Members | Stingray.Grid Namespace