FlexGrid for WinForms
RowColEventArgs Constructor



Index of the row that caused the event.
Index of the column that caused the event.
Initializes a new instance of the RowColEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer _
)
'Usage
 
Dim row As Integer
Dim col As Integer
 
Dim instance As New RowColEventArgs(row, col)
public RowColEventArgs( 
   int row,
   int col
)
public:
RowColEventArgs( 
   int row,
   int col
)

Parameters

row
Index of the row that caused the event.
col
Index of the column that caused the event.
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

RowColEventArgs Class
RowColEventArgs Members

 

 


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

Send Feedback