SchedulerStorageBase.AppointmentDependenciesDeleted Event
Fires after deletion of one or several appointment dependencies.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.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 PersistentObjectEventArgs.Object property allows you to get the deleted appointment depndencies.
To intercept and cancel deletion, handle the SchedulerStorageBase.AppointmentDependencyDeleting event.
Implements
See Also