Back to Devexpress

SchedulerDataStorage.AppointmentCollectionLoaded Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-928917bd.md

latest1.5 KB
Original Source

SchedulerDataStorage.AppointmentCollectionLoaded Event

Fires after the appointment collection has been cleared.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public event EventHandler AppointmentCollectionLoaded
vb
Public Event AppointmentCollectionLoaded As EventHandler

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

AppointmentCollectionLoaded

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace