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

SchedulerStorageBase.OnAppointmentsAutoReloading(Object, CancelListChangedEventArgs) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public virtual void OnAppointmentsAutoReloading(
    object sender,
    CancelListChangedEventArgs e
)

Parameters

Name Type
sender Object
e CancelListChangedEventArgs
See Also