Skip to main content
All docs
V26.1
  • SchedulerAppointmentDragBetweenResourcesEventArgs(DxSchedulerAppointmentItem, Object, Object) Constructor

    Initializes a new instance of the SchedulerAppointmentDragBetweenResourcesEventArgs class with specified settings.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public SchedulerAppointmentDragBetweenResourcesEventArgs(
        DxSchedulerAppointmentItem appointment,
        object oldResourceId,
        object newResourceId
    )

    Parameters

    Name Type Description
    appointment DxSchedulerAppointmentItem

    The target appointment.

    oldResourceId Object

    The identifier of the resource associated with the appointment.’

    newResourceId Object

    The identifier of a new resource associated with the appointment.

    See Also