SchedulerStorage.ResourcesDeleted Event
In This Article
Occurs after a resource or several resources have been deleted.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The ResourcesDeleted event's handler receives an argument of the PersistentObjectsEventArgs type. The following properties provide information specific to this event:
Property | Description |
---|---|
Objects | Gets the persistent objects for which the event was raised. |
#Remarks
The ResourcesDeleted event serves as a notification that a resource or resources have been deleted. The event parameter's PersistentObjectsEventArgs.Objects property allows you to get resources which have been deleted.
To specify whether a resource can be deleted, handle the SchedulerStorage.ResourceDeleting event.
See Also