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

ISchedulerStorageBase.AppointmentCollectionLoaded Event

Fires after appointments have been loaded into the storage.

Namespace: DevExpress.XtraScheduler

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

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