ASPxDataBaseUpdatedEventArgs Properties
Serves as a base for classes that provide data for data management events.| Name | Description |
|---|---|
| AffectedRecords | Gets the number of records affected by the update operation. |
| Exception | Gets the exception (if any) that was raised during the update operation. |
| ExceptionHandled | Gets or sets whether an exception raised during the update operation was handled in the event handler. |
See Also