ASPxSchedulerDataWebControlBase.AppointmentCollectionCleared Event
In This Article
Fires after the appointment collection has been cleared.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public event EventHandler AppointmentCollectionCleared
#Event Data
The AppointmentCollectionCleared event's data class is EventArgs.
#Remarks
The AppointmentCollectionCleared event serves as a notification that the appointment collection has been cleared. This event occurs after the PersistentObjectStorage<T>.Clear method has been called.
See Also