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

SchedulerDataStorage.AppointmentCollectionLoaded Event

Fires after the appointment collection has been cleared.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.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 appointment collection has been cleared. This occurs after the LoadObjects method has been called.

See Also