C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDeletedEventArgs Class / C1GridViewDeletedEventArgs Constructor
Number of rows affected by the delete operation.
Exception that was raised during the delete operation.

In This Topic
C1GridViewDeletedEventArgs Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewDeletedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal affectedRows As System.Integer, _
   ByVal e As System.Exception _
)
 

Parameters

affectedRows
Number of rows affected by the delete operation.
e
Exception that was raised during the delete operation.
See Also