Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxSchedulerStorage.AppointmentDependencyCollectionAutoReloading Event

This event is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public event CancelListChangedEventHandler AppointmentDependencyCollectionAutoReloading

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.
See Also