Skip to main content

SchedulerStorage.ResourceCollectionCleared Event

Fires after the resource collection has been cleared.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public event EventHandler ResourceCollectionCleared

#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