SchedulerAppointmentDragBetweenResourcesEventArgs Properties
Contains data for the AppointmentDraggingBetweenResources event.
Name | Description |
---|---|
Appointment |
Specifies the target appointment.
Inherited from Scheduler |
Cancel |
Gets or sets a value indicating whether the event should be canceled.
Inherited from Cancel |
New |
Specifies the identifier of a new resource associated with the appointment. |
Old |
Specifies the identifier of the resource associated with the appointment. |
See Also