Skip to main content

SchedulerStorage.ResourceChanging Event

Fires when a resource property is about to be changed.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public event PersistentObjectCancelEventHandler ResourceChanging

#Event Data

The ResourceChanging event's handler receives an argument of the PersistentObjectCancelEventArgs type. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets whether the operation performed on the processed event should be canceled.
Object Gets the persistent object for which the event was raised. Inherited from PersistentObjectEventArgs.

#Remarks

The ResourceChanging event is raised when changing a resource property. The resource whose property is about to be changed is identified by the event parameter PersistentObjectEventArgs.Object property.

See Also