SchedulerStorage.AppointmentDependenciesInserted Event
Reserved for future use.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public event PersistentObjectsEventHandler AppointmentDependenciesInserted
Public Event AppointmentDependenciesInserted As PersistentObjectsEventHandler
Event Data
The AppointmentDependenciesInserted 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