PersistentObjectStorage<T>.AutoReloading Event
In This Article
Occurs when persistent object data is automatically fetched from the data source; allows cancelling data loading.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
[Browsable(false)]
public event CancelListChangedEventHandler AutoReloading
#Event Data
The AutoReloading 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. |
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