CancelListChangedEventArgs Class
Provides data for the SchedulerStorage.AppointmentCollectionAutoReloading and SchedulerStorage.ResourceCollectionAutoReloading events.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Remarks
The SchedulerStorage.AppointmentCollectionAutoReloading and SchedulerStorage.ResourceCollectionAutoReloading events occur before a SchedulerStorage starts to automatically reload appointment or resource data after changes have been made to the bound datasource. Since, in some cases, this reloading can be time-consuming it can be canceled by setting the CancelListChangedEventArgs.Cancel property to true.
Note that CancelListChangedEventArgs objects are automatically created, initialized and passed to corresponding event handlers.