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

Parameters

newEditIndex
The index of the row being edited.
See Also