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 a new instance of the AppointmentItemDragDropEventArgs class with the specified settings. |
See Also