Back to Devexpress

SchedulerDataStorage.ResourcesDeleted Event

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerdatastorage-d8ba841c.md

latest2.0 KB
Original Source

SchedulerDataStorage.ResourcesDeleted Event

Occurs after a scheduler’s resource(s) is deleted.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public event PersistentObjectsEventHandler ResourcesDeleted
vb
Public Event ResourcesDeleted As PersistentObjectsEventHandler

Event Data

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

PropertyDescription
ObjectsGets 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 specify whether a resource can be deleted, handle the SchedulerDataStorage.ResourceDeleting event.

See Also

ResourceDeleting

SchedulerDataStorage Class

SchedulerDataStorage Members

DevExpress.XtraScheduler Namespace