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

SchedulerStorageBase.AppointmentCollectionLoaded Event

Fires after appointments have been loaded into the AppointmentBaseCollection collection.

Namespace: DevExpress.XtraScheduler

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

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