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