Constructor. Initializes a new instance of the C1GridViewDeletedEventArgs class.

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

Syntax

C#
public C1GridViewDeletedEventArgs(
	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 delete operation.
e
Type: System..::..Exception
Exception that was raised during the delete operation.

See Also