Skip to main content

AppointmentItemDragDropEventArgs Constructors

Provides data for the SchedulerControl.DragAppointmentOver and SchedulerControl.DropAppointment events.
Name Parameters Description
AppointmentItemDragDropEventArgs(IList<AppointmentDragResizeViewModel>, DateTimeRange, ResourceItem, Boolean, Boolean) viewModels, hitInterval, hitResource, isExternalDragDrop, copyEffect Initializes a new instance of the AppointmentItemDragDropEventArgs class with the specified settings.
See Also