ASPxDataUpdatingEventArgs Properties
Provides data for the ASPxGridView.RowUpdating event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Keys | Gets a dictionary of field name/value pairs that represent the primary key of the row to update. |
| NewValues | Gets a dictionary that contains the values of the non-key field name/value pairs in the row to be updated. |
| OldValues | Gets a dictionary that contains the original field name/value pairs in the row to be updated. |
See Also