ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDeletedEventArgs Class / C1GridViewDeletedEventArgs Constructor
Number of rows affected by the delete operation.
Exception that was raised during the delete operation.

In This Topic
    C1GridViewDeletedEventArgs Constructor
    In This Topic
    Constructor. Initializes a new instance of the C1GridViewDeletedEventArgs class.
    Syntax
    '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.
    See Also