AppointmentItemDragDropEventArgs(IList<AppointmentDragResizeViewModel>, DateTimeRange, ResourceItem, Boolean, Boolean) Constructor
Initializes a new instance of the AppointmentItemDragDropEventArgs class with the specified settings.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
public AppointmentItemDragDropEventArgs(
IList<AppointmentDragResizeViewModel> viewModels,
DateTimeRange hitInterval,
ResourceItem hitResource,
bool isExternalDragDrop,
bool copyEffect
)
Parameters
Name | Type | Description |
---|---|---|
viewModels | IList<AppointmentDragResizeViewModel> | A list of View Models for dragged appointments. |
hitInterval | DateTimeRange | The DateTimeRange structure that specifies the time interval of the cell which is hovered over. |
hitResource | ResourceItem | A ResourceItem object that is the resource assigned to a cell which is hovered over. |
isExternalDragDrop | Boolean | True, if the object is dragged into the SchedulerControl’s boundary from outside; otherwise, false. |
copyEffect | Boolean | Specifies whether the Copy effect of the DragDropEffects is set. |
Remarks
Instances of the AppointmentItemDragDropEventArgs class are automatically created, initialized and passed to the corresponding event handlers.