Skip to main content

ASPxSchedulerDataWebControlBase.AppointmentRowUpdating Event

Fires before the appointment data is posted to the data source to update the record.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.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 CancelEventArgs.
Keys Provides access to the collection of unique IDs for the appointment which is about to be modified.
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 of the appointment’s data fields.
See Also