C1GridViewUpdatedEventArgs Constructor | ComponentOne ScatterChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewUpdatedEventArgs Class / C1GridViewUpdatedEventArgs Constructor
Number of rows affected by the update operation.
The exception (if any) that was raised during the update operation.

In This Topic
C1GridViewUpdatedEventArgs Constructor
In This Topic
Constructor. Initializes a new instance of the C1GridViewUpdatedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal affectedRows As System.Integer, _
   ByVal e 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.
See Also