C1GridViewDeletedEventArgs Constructor
Constructor. Initializes a new instance of the
C1GridViewDeletedEventArgs class.
public C1GridViewDeletedEventArgs(
System.int ,
System.Exception
)
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Exception _
)
Parameters
- affectedRows
- Number of rows affected by the delete operation.
- e
- Exception that was raised during the delete operation.