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

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

Parameters

rowIndex
The index of the row being deleted.
See Also