C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewUpdateEventArgs Class / C1GridViewUpdateEventArgs Constructor
The index of the row being updated.

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

Parameters

rowIndex
The index of the row being updated.
See Also