Skip to main content

ASPxSchedulerDataWebControlBase.AppointmentCollectionLoaded Event

Fires after appointments have been loaded into the AppointmentBaseCollection collection.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

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 appointments collection has been populated. This event occurs, for example, after the AppointmentCollection.ReadXml method has been called.

See Also