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

In This Topic
    C1GridViewDeletedEventArgs Class Members
    In This Topic

    The following tables list the members exposed by C1GridViewDeletedEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorConstructor. Initializes a new instance of the C1GridViewDeletedEventArgs class.  
    Top
    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