Skip to main content

ASPxSchedulerDataUpdatingEventArgs Class

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerDataUpdatingEventArgs :
    CancelEventArgs

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