Objective Grid for Microsoft® .NET® Reference Guide

LButtonDblClkRowColEventArgs Constructor 

Back to Class Index

Constructor.     

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

Parameters

row
The row coordinate of the clicked cell
col
The column coordinate of the clicked cell
flags
A bit-wise combination of KeyType enumeration values
point
The coordinate of the mouse click, relative to the top left corner of the window (0,0)

Remarks

    

    

    

See Also

LButtonDblClkRowColEventArgs Class | LButtonDblClkRowColEventArgs Members | Stingray.Grid Namespace