Back to Devexpress

SchedulerStorageBase.AppointmentDependencyDeleting Event

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-a68ab726.md

latest2.6 KB
Original Source

SchedulerStorageBase.AppointmentDependencyDeleting Event

Allows you to cancel the deletion of an appointment dependency.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public event PersistentObjectCancelEventHandler AppointmentDependencyDeleting
vb
Public Event AppointmentDependencyDeleting As PersistentObjectCancelEventHandler

Event Data

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

PropertyDescription
CancelGets or sets whether to cancel the operation.
ObjectGets the persistent object (appointment, resource or appointment dependency) for which the event occurs. Inherited from PersistentObjectEventArgs.

Remarks

The AppointmentDependencyDeleting event is raised before an appointment dependency is deleted and allows you to cancel the deletion. The event parameter’s PersistentObjectEventArgs.Object property allows identification of the appointment dependency. To prevent it from being deleted, set the PersistentObjectCancelEventArgs.Cancel property to true.

Implements

AppointmentDependencyDeleting

See Also

AppointmentDependenciesDeleted

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace