Skip to main content
All docs
V23.2

SchedulerAppointmentDragBetweenResourcesEventArgs(DxSchedulerAppointmentItem, Object, Object) Constructor

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

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

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