Skip to main content

ASPxSchedulerDataUpdatedEventArgs Class

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerDataUpdatedEventArgs :
    ASPxSchedulerDataBaseUpdatedEventArgs

Remarks

Handle this event to get access to the original and modified values of the appointment fields and perform actions as needed after an update.

Inheritance

See Also