ASPxSchedulerDataWebControlBase.AppointmentCollectionLoaded Event
Fires after appointments have been loaded into the AppointmentBaseCollection collection.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Event Data
The AppointmentCollectionLoaded event's data class is EventArgs.
Remarks
The AppointmentCollectionLoaded event serves as a notification that the appointments collection has been populated. This event occurs, for example, after the AppointmentCollection.ReadXml method has been called.
See Also