Back to Devexpress

SchedulerStorageBase.AppointmentDependenciesDeleted Event

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-1c5f0211.md

latest2.3 KB
Original Source

SchedulerStorageBase.AppointmentDependenciesDeleted Event

Fires after deletion of one or several appointment dependencies.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public event PersistentObjectsEventHandler AppointmentDependenciesDeleted
vb
Public Event AppointmentDependenciesDeleted As PersistentObjectsEventHandler

Event Data

The AppointmentDependenciesDeleted event's data class is PersistentObjectsEventArgs. The following properties provide information specific to this event:

PropertyDescription
ObjectsGets 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

AppointmentDependenciesDeleted

See Also

AppointmentDependencyDeleting

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace