Skip to main content

SchedulerStorage.AppointmentsDeleted Event

Fires after deletion of one or more appointments.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public event PersistentObjectsEventHandler AppointmentsDeleted

#Event Data

The AppointmentsDeleted event's handler receives an argument of the PersistentObjectsEventArgs type. The following properties provide information specific to this event:

Property Description
Objects Gets the persistent objects for which the event was raised.

#Remarks

The AppointmentsDeleted event serves as notification that one or more appointments have been deleted. The event parameter's PersistentObjectsEventArgs.Objects property allows you to get the deleted appointments.

To specify whether an appointments can be deleted, handle the SchedulerStorage.AppointmentDeleting event.

See Also