SchedulerStorage.AppointmentDependencyChanging Event
Reserved for future use.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public event PersistentObjectCancelEventHandler AppointmentDependencyChanging
Public Event AppointmentDependencyChanging As PersistentObjectCancelEventHandler
Event Data
The AppointmentDependencyChanging 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. |
See Also