ISchedulerStorageBase.AppointmentCollectionLoaded Event
Fires after appointments have been loaded into the storage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
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