C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewSelectEventArgs Class / C1GridViewSelectEventArgs Constructor
The index of the new row to select in the C1GridView control.

In This Topic
C1GridViewSelectEventArgs Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewSelectEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal newSelectedIndex As System.Integer _
)
 

Parameters

newSelectedIndex
The index of the new row to select in the C1GridView control.
See Also