SchedulerAppointmentDragBetweenResourcesEventArgs(DxSchedulerAppointmentItem, Object, Object) Constructor
In This Article
Initializes a new instance of the SchedulerAppointmentDragBetweenResourcesEventArgs class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public SchedulerAppointmentDragBetweenResourcesEventArgs(
DxSchedulerAppointmentItem appointment,
object oldResourceId,
object newResourceId
)
#Parameters
Name | Type | Description |
---|---|---|
appointment | Dx |
The target appointment. |
old |
Object | The identifier of the resource associated with the appointment.’ |
new |
Object | The identifier of a new resource associated with the appointment. |
See Also