The C1GridViewUpdatedEventArgs type exposes the following members.

Constructors

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

Properties

  Name Description
Public property AffectedRows
Gets the number of rows affected by the update operation.
Public property Exception
Gets the exception (if any) that was raised during the update operation.
Public property ExceptionHandled
Gets or sets a value indicating whether an exception that was raised during the update operation was handled in the event handler.
Public property KeepInEditMode
Gets or sets a value that indicates whether the C1GridView control should remain in edit mode after an update operation.
Public property Keys
Gets a dictionary that contains the key field name/value pairs for the updated record.
Public property NewValues
Gets a dictionary that contains the new field name/value pairs for the updated record.
Public property OldValues
Gets a dictionary that contains the original field name/value pairs for the updated record.

See Also