Skip to main content

ASPxSchedulerDataInsertedEventArgs Class

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class ASPxSchedulerDataInsertedEventArgs :
    ASPxSchedulerDataBaseUpdatedEventArgs

Remarks

Handle this event to get access to the original and modified values of the appointment fields and perform actions as needed after insertion. If the data provider autoincrements a key field value, then the ASPxSchedulerDataInsertedEventArgs.KeyFieldValue property should be set to this new value.

Inheritance

See Also