Skip to main content
A newer version of this page is available. .

ASPxSchedulerDataWebControlBase.AppointmentsDeleted Event

Fires after deletion of one or several appointments.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.1.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 ASPxSchedulerDataWebControlBase.AppointmentDeleting event.

See Also