PersistentObjectCancelEventArgs Properties
Provides data for the persistent object events of the SchedulerStorage that have a cancel option.| Name | Description |
|---|---|
| Cancel | Gets or sets whether to cancel the operation. |
| Object | Gets the persistent object (appointment, resource or appointment dependency) for which the event occurs. Inherited from PersistentObjectEventArgs. |
See Also