Skip to main content

SchedulerStorage.AppointmentCollectionCleared Event

Fires after the appointment collection has been cleared.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

Declaration

public event EventHandler AppointmentCollectionCleared
Public Event AppointmentCollectionCleared As EventHandler

Event Data

The AppointmentCollectionCleared event's handler receives an argument of the EventArgs type.

Remarks

The AppointmentCollectionCleared event serves as a notification that the appointment collection has been cleared. This occurs after the Clear method of the AppointmentStorage has been called.

See Also