ASPxSchedulerDataInsertedEventArgs Class
Provides data for the ASPxSchedulerDataWebControlBase.AppointmentRowInserted event.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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
Object
EventArgs
ASPxSchedulerDataBaseUpdatedEventArgs
ASPxSchedulerDataInsertedEventArgs
See Also