Skip to main content

ISchedulerStorageBase.AppointmentCollectionLoaded Event

Fires after appointments have been loaded into the storage.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v25.1.Core.dll

NuGet Package: DevExpress.Scheduler.Core

#Declaration

event EventHandler AppointmentCollectionLoaded

#Event Data

The AppointmentCollectionLoaded event's data class is EventArgs.

#Remarks

The AppointmentCollectionLoaded event serves as a notification that the AppointmentCollection collection has been populated. This occurs, for example, after a successful call to the AppointmentCollection.ReadXml method.

See Also