ASPxSchedulerDataUpdatingEventArgs Class
Provides data for the ASPxSchedulerDataWebControlBase.AppointmentRowUpdating event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
Declaration
Remarks
Handle this event to check the original and modified field values via the ASPxSchedulerDataUpdatingEventArgs.OldValues and ASPxSchedulerDataUpdatingEventArgs.NewValues properties and decide whether the data update should be cancelled. To cancel the update set the Cancel property to true
.
Inheritance
Object
EventArgs
CancelEventArgs
ASPxSchedulerDataUpdatingEventArgs
See Also