Skip to main content
A newer version of this page is available. .

ISchedulerStorageBase.AppointmentDependencyCollectionLoaded Event

Fires after appointment dependencies have been loaded into the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

event EventHandler AppointmentDependencyCollectionLoaded

Event Data

The AppointmentDependencyCollectionLoaded event's data class is EventArgs.

Remarks

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

See Also