ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 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 _
    )
    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.
    See Also