SchedulerDataStorage.AppointmentDependencyCollectionLoaded Event
Fires after appointment dependencies have been loaded into the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Event Data
The AppointmentDependencyCollectionLoaded event's data class is EventArgs.
Remarks
The AppointmentDependencyCollectionLoaded event serves as a notification that the SchedulerDataStorage.AppointmentDependencies storage has been populated.
See Also