C1.Web.Wijmo.Controls.45 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 _
)
 

Parameters

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