Occurs when the data source which contains resources is modified, and the automatic reloading of resources is enabled.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v19.2.dll
public event CancelListChangedEventHandler ResourceCollectionAutoReloading
Public Event ResourceCollectionAutoReloading As CancelListChangedEventHandler
The ResourceCollectionAutoReloading event 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. |
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)
|
Internal use only.