Skip to main content
All docs
V18.2

SchedulerStorageBase.RaiseAppointmentsDeleted(AppointmentBaseCollection) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

[Browsable(false)]
[DXBrowsable(false)]
public virtual void RaiseAppointmentsDeleted(
    AppointmentBaseCollection appointments
)

Parameters

Name Type
appointments AppointmentBaseCollection
See Also