Skip to main content
All docs
V25.1
  • SchedulerAppointmentDragBetweenResourcesEventArgs Properties

    Contains data for the AppointmentDraggingBetweenResources event.
    Name Description
    Appointment Specifies the target appointment. Inherited from SchedulerAppointmentOperationEventArgs.
    Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
    NewResourceId Specifies the identifier of a new resource associated with the appointment.
    OldResourceId Specifies the identifier of the resource associated with the appointment.
    See Also