Constructor. Initializes a new instance of the C1GridViewUpdatedEventArgs class.

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

Syntax

C#
public C1GridViewUpdatedEventArgs(
	int affectedRows,
	Exception e
)
Visual Basic
Public Sub New ( _
	affectedRows As Integer, _
	e As Exception _
)

Parameters

affectedRows
Type: System..::..Int32
Number of rows affected by the update operation.
e
Type: System..::..Exception
The exception (if any) that was raised during the update operation.

See Also