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