Constructor. Initializes a new instance of the C1GridViewEditEventArgs class.

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

Syntax

C#
public C1GridViewEditEventArgs(
	int newEditIndex
)
Visual Basic
Public Sub New ( _
	newEditIndex As Integer _
)

Parameters

newEditIndex
Type: System..::..Int32
The index of the row being edited.

See Also