Skip to main content
A newer version of this page is available.
All docs
V18.1

ASPxSchedulerStorage.ResourcesDeleted Event

Occurs when a scheduler’s resource is deleted from the collection.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v18.1.dll

Declaration

[Browsable(false)]
public 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 PersistentObjectsEventArgs.Objects property allows you to get the resources which have been deleted.

To specify whether a resource can be deleted, handle the ASPxSchedulerStorage.ResourceDeleting event.

See Also