ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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 _
    )
    public C1GridViewSelectEventArgs( 
       System.int newSelectedIndex
    )

    Parameters

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