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

C1GridViewUpdateEventArgs Class Members

The following tables list the members exposed by C1GridViewUpdateEventArgs.

Public Constructors
 NameDescription
Public ConstructorConstructor. Initializes a new instance of the C1GridViewUpdateEventArgs class.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyGets a dictionary of field name/value pairs that represent the primary key of the row to update.  
Public PropertyGets a dictionary containing the revised values of the non-key field name/value pairs in the row to update.  
Public PropertyGets a dictionary containing the original field name/value pairs in the row to update.  
Public PropertyGets the index of the row being updated.  
Top
See Also