ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDeletedEventArgs Class / AffectedRows Property

In This Topic
    AffectedRows Property (C1GridViewDeletedEventArgs)
    In This Topic
    Gets the number of rows affected by the delete operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property AffectedRows As System.Integer
    public System.int AffectedRows {get;}
    See Also