Constructor. Initializes a new instance of the C1GridViewUpdateEventArgs class.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public C1GridViewUpdateEventArgs(
	int rowIndex
)
Visual Basic
Public Sub New ( _
	rowIndex As Integer _
)

Parameters

rowIndex
Type: System..::..Int32
The index of the row being updated.

See Also