C1GridViewSelectEventArgs Constructor
Constructor. Initializes a new instance of the
C1GridViewSelectEventArgs class.
public C1GridViewSelectEventArgs(
System.int
)
'Declaration
Public Function New( _
ByVal As System.Integer _
)
Parameters
- newSelectedIndex
- The index of the new row to select in the C1GridView control.