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

In This Topic
    C1GridViewUpdatedEventArgs Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public PropertyGets the number of rows affected by the update operation.  
    Public PropertyGets the exception (if any) that was raised during the update operation.  
    Public PropertyGets or sets a value indicating whether an exception that was raised during the update operation was handled in the event handler.  
    Public PropertyGets or sets a value that indicates whether the C1GridView control should remain in edit mode after an update operation.  
    Public PropertyGets a dictionary that contains the key field name/value pairs for the updated record.  
    Public PropertyGets a dictionary that contains the new field name/value pairs for the updated record.  
    Public PropertyGets a dictionary that contains the original field name/value pairs for the updated record.  
    Top
    See Also