SchedulerStorage.AppointmentDependencyDeleting Event
In This Article
Reserved for future use.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
#Declaration
#Event Data
The AppointmentDependencyDeleting 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 Persistent |
See Also