C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridViewUpdatedEventArgs Class
Properties

C1GridViewUpdatedEventArgs Class Members

The following tables list the members exposed by C1GridViewUpdatedEventArgs.

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