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

ASPxSchedulerDataWebControlBase.AppointmentCollectionLoaded Event

Fires after appointments have been loaded into the AppointmentBaseCollection collection.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.2.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 appointments collection has been populated. This event occurs, for example, after the AppointmentCollection.ReadXml method has been called.

See Also