Skip to main content

SchedulerStorage.AppointmentDependenciesDeleted Event

In This Article

Reserved for future use.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public event PersistentObjectsEventHandler AppointmentDependenciesDeleted

#Event Data

The AppointmentDependenciesDeleted event's handler receives an argument of the PersistentObjectsEventArgs type. The following properties provide information specific to this event:

Property Description
Objects Gets the persistent objects for which the event was raised.
See Also