SchedulerStorage.AppointmentCollectionLoaded Event
Fires after appointments have been loaded into the AppointmentCollection collection.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public event EventHandler AppointmentCollectionLoaded
Public Event AppointmentCollectionLoaded As EventHandler
Event Data
The AppointmentCollectionLoaded event's handler receives an argument of the EventArgs type.
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