Skip to main content
A newer version of this page is available. .

ISchedulerStorageBase.ResourcesDeleted Event

Occurs after a resource(s) is deleted.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

event PersistentObjectsEventHandler ResourcesDeleted

Event Data

The ResourcesDeleted event's data class is PersistentObjectsEventArgs. The following properties provide information specific to this event:

Property Description
Objects Gets the persistent objects for which the event occurs.

Remarks

The ResourcesDeleted event serves as a notification that a resource has been deleted. The event parameter’s PersistentObjectEventArgs.Object property allows you to get the resource which has been deleted.

To cancel resource deletion, handle the ISchedulerStorageBase.ResourceDeleting event.

See Also