SchedulerStorage.ResourceCollectionCleared Event
In This Article
Fires after the resource collection has been cleared.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The ResourceCollectionCleared event's handler receives an argument of the EventArgs type.
#Remarks
The ResourceCollectionCleared event serves as a notification that the resource collection has been cleared. This occurs after the Clear method of the ResourceStorage object has been called.
See Also