Back to Devexpress

SchedulerDataStorage.AppointmentDependencyDeleting Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-5940bd86.md

latest2.4 KB
Original Source

SchedulerDataStorage.AppointmentDependencyDeleting Event

Allows you to cancel the deletion of an appointment dependency.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

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.

See Also

AppointmentDependenciesDeleted

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace