FlexGrid for WinForms
DragRowColEventArgs Constructor



The original index of the row that was dragged by the user.
The original index of the column that was dragged by the user.
The new index of the column or row.
Initializes a new instance of the DragRowColEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal position As Integer _
)
'Usage
 
Dim row As Integer
Dim col As Integer
Dim position As Integer
 
Dim instance As New DragRowColEventArgs(row, col, position)
public DragRowColEventArgs( 
   int row,
   int col,
   int position
)
public:
DragRowColEventArgs( 
   int row,
   int col,
   int position
)

Parameters

row
The original index of the row that was dragged by the user.
col
The original index of the column that was dragged by the user.
position
The new index of the column or row.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragRowColEventArgs Class
DragRowColEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback