SchedulerStorage.AppointmentDependencyCollectionAutoReloading Event
In This Article
Reserved for future use.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The AppointmentDependencyCollectionAutoReloading event's handler receives an argument of the CancelListChangedEventArgs type. 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. |
List |
Gets the type of change.
Inherited from List |
New |
Gets the index of the item affected by the change.
Inherited from List |
Old |
Gets the old index of an item that has been moved.
Inherited from List |
Property |
Gets the Property |
See Also