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

ASPxSchedulerDataUpdatingEventArgs Class

Namespace: DevExpress.Web.ASPxScheduler

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

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