Skip to main content
A newer version of this page is available.
All docs
V18.2

ASPxSchedulerStorage.AppointmentsDeleted Event

Fires after deletion of one or several appointments.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public event PersistentObjectsEventHandler AppointmentsDeleted

Event Data

The AppointmentsDeleted event's data class is PersistentObjectsEventArgs. The following properties provide information specific to this event:

Property Description
Objects Gets the persistent objects for which the event occurs.

Remarks

The AppointmentsDeleted event serves as a notification that several appointments have been deleted. The event parameter’s PersistentObjectEventArgs.Object property allows you to get the deleted appointments.

Tip

To cancel appointment deletion, handle the ASPxSchedulerStorage.AppointmentDeleting event.

Implements

See Also