Skip to main content

SchedulerStorageBase.AppointmentCollectionLoaded Event

Fires after appointments have been loaded into the AppointmentBaseCollection collection.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public 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 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.

See Also