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