ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewCancelEditEventArgs Class / C1GridViewCancelEditEventArgs Constructor
The index of the row containing the cancel button.

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

    Parameters

    rowIndex
    The index of the row containing the cancel button.
    See Also