Skip to main content

SchedulerStorageBase.AppointmentDependencyCollectionLoaded Event

Fires after appointment dependencies have been loaded into the storage.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public event EventHandler AppointmentDependencyCollectionLoaded

Event Data

The AppointmentDependencyCollectionLoaded event's data class is EventArgs.

Remarks

The AppointmentDependencyCollectionLoaded event serves as a notification that the SchedulerStorage.AppointmentDependencies storage has been populated.

See Also