SchedulerStorageBase.AppointmentCollectionLoaded Event
Fires after appointments have been loaded into the AppointmentBaseCollection collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
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 the AppointmentCollection.ReadXml method has been called. The method allows persistent objects to be loaded into the collection from an XML file or a stream.
Implements
See Also