ASPxSchedulerStorage.AppointmentRowUpdating Event
In This Article
Fires before the appointment data is posted to the data source to update the record.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public event ASPxSchedulerDataUpdatingEventHandler AppointmentRowUpdating
#Event Data
The AppointmentRowUpdating event's data class is ASPxSchedulerDataUpdatingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
Keys | Provides access to the collection of unique IDs for the appointment which is about to be modified. |
New |
Provides access to the collection of modified values for the appointment’s data fields. |
Old |
Provides access to the collection of values before modification of the appointment’s data fields. |
See Also