The C1GridViewDeletedEventArgs type exposes the following members.

Properties

  Name Description
Public property AffectedRows
Gets the number of rows affected by the delete operation.
Public property Exception
Gets the exception that was raised during the delete operation.
Public property ExceptionHandled
Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler.
Public property Keys
Gets an ordered dictionary of key field name/value pairs for the deleted record.
Public property Values
Gets a dictionary of the non-key field name/value pairs for the deleted record.

See Also