SchedulerStorage.AppointmentDependencyCollectionAutoReloading Event
Reserved for future use.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
Declaration
Event Data
The AppointmentDependencyCollectionAutoReloading event's data class is CancelListChangedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Cancel | Gets or sets whether the operation performed on the processed event should be canceled. |
ListChangedType | Gets the type of change. Inherited from ListChangedEventArgs. |
NewIndex | Gets the index of the item affected by the change. Inherited from ListChangedEventArgs. |
OldIndex | Gets the old index of an item that has been moved. Inherited from ListChangedEventArgs. |
PropertyDescriptor | Gets the PropertyDescriptor that was added, changed, or deleted. Inherited from ListChangedEventArgs. |
Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.