Constructor. Initializes a new instance of the C1GridViewCancelEditEventArgs class.

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

Syntax

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

Parameters

rowIndex
Type: System..::..Int32
The index of the row containing the cancel button.

See Also