ComponentOne BubbleChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewDeletedEventArgs Class

In This Topic
    C1GridViewDeletedEventArgs Class Properties
    In This Topic

    For a list of all members of this type, see C1GridViewDeletedEventArgs members.

    Public Properties
     NameDescription
    Public PropertyGets the number of rows affected by the delete operation.  
    Public PropertyGets the exception that was raised during the delete operation.  
    Public PropertyGets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler.  
    Public PropertyGets an ordered dictionary of key field name/value pairs for the deleted record.  
    Public PropertyGets a dictionary of the non-key field name/value pairs for the deleted record.  
    Top
    See Also