Skip to main content

SchedulerStorageBase.AppointmentDependenciesDeleted Event

Fires after deletion of one or several appointment dependencies.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public event PersistentObjectsEventHandler AppointmentDependenciesDeleted

Event Data

The AppointmentDependenciesDeleted 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 AppointmentDependenciesDeleted event serves as a notification that one or several appointment dependencies have been deleted. The PersistentObjectEventArgs.Object property allows you to get the deleted appointment depndencies.

To intercept and cancel deletion, handle the SchedulerStorageBase.AppointmentDependencyDeleting event.

See Also