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

ASPxSchedulerStorage.AppointmentRowUpdated Event

Fires after an appointment’s data record is updated.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll

Declaration

public event ASPxSchedulerDataUpdatedEventHandler AppointmentRowUpdated

Event Data

The AppointmentRowUpdated event's data class is ASPxSchedulerDataUpdatedEventArgs. The following properties provide information specific to this event:

Property Description
AffectedRecords Gets the number of modified records. Inherited from ASPxSchedulerDataBaseUpdatedEventArgs.
Exception Gets the exception that was raised during the data operation. Inherited from ASPxSchedulerDataBaseUpdatedEventArgs.
ExceptionHandled Gets or sets a value indicating whether an exception that was raised during the data operation was handled in the event handler. Inherited from ASPxSchedulerDataBaseUpdatedEventArgs.
Keys Provides access to the collection of unique IDs for the currently modified appointment.
NewValues Provides access to the collection of modified values for the appointment’s data fields.
OldValues Provides access to the collection of values before modification for the appointment’s data fields.
See Also