The C1GridViewUpdateEventArgs type exposes the following members.

Constructors

  Name Description
Public method C1GridViewUpdateEventArgs
Constructor. Initializes a new instance of the C1GridViewUpdateEventArgs class.

Properties

  Name Description
Public property Cancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public property Keys
Gets a dictionary of field name/value pairs that represent the primary key of the row to update.
Public property NewValues
Gets a dictionary containing the revised values of the non-key field name/value pairs in the row to update.
Public property OldValues
Gets a dictionary containing the original field name/value pairs in the row to update.
Public property RowIndex
Gets the index of the row being updated.

See Also