Skip to main content
A newer version of this page is available. .

ASPxSchedulerDataBaseUpdatedEventArgs Properties

Represents the base class for the handlers of the events which are raised on data operation with the appointment’s data source.
Name Description
AffectedRecords Gets the number of modified records.
Exception Gets the exception that was raised during the data operation.
ExceptionHandled Gets or sets a value indicating whether an exception that was raised during the data operation was handled in the event handler.
See Also