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