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

ISchedulerStorageBase.AppointmentDependenciesDeleted Event

Fires after deletion of one or several appointment dependencies.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

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 PersistentObjectsEventArgs.Objects property allows you to get the deleted appointment dependencies.

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

See Also