Skip to main content
A newer version of this page is available. .

AppointmentItemDragDropEventArgs Constructors

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