ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewEditEventArgs Class / C1GridViewEditEventArgs Constructor
The index of the row being edited.

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

    Parameters

    newEditIndex
    The index of the row being edited.
    See Also