Name | Description | |
---|---|---|
![]() | C1GridViewDeletedEventArgs Constructor | Constructor. Initializes a new instance of the C1GridViewDeletedEventArgs class. |
The following tables list the members exposed by C1GridViewDeletedEventArgs.
Name | Description | |
---|---|---|
![]() | C1GridViewDeletedEventArgs Constructor | Constructor. Initializes a new instance of the C1GridViewDeletedEventArgs class. |
Name | Description | |
---|---|---|
![]() | AffectedRows | Gets the number of rows affected by the delete operation. |
![]() | Exception | Gets the exception that was raised during the delete operation. |
![]() | ExceptionHandled | Gets or sets a value indicating whether an exception that was raised during the delete operation was handled in the event handler. |
![]() | Keys | Gets an ordered dictionary of key field name/value pairs for the deleted record. |
![]() | Values | Gets a dictionary of the non-key field name/value pairs for the deleted record. |