ISchedulerStorageBase.AppointmentDependenciesDeleted Event
Fires after deletion of one or several appointment dependencies.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
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