Click or drag to resize

XYPlotLayerContentsControllerAvailableItems_DragHandlerStartDrag Method

Starts a drag operation.

Namespace: Altaxo.Gui.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void StartDrag(
	IEnumerable items,
	out Object data,
	out bool canCopy,
	out bool canMove
)

Parameters

items  IEnumerable
The items to drag.
data  Object
The drag data object.
canCopy  Boolean
Set to if copying is allowed.
canMove  Boolean
Set to if moving is allowed.

Implements

IMVVMDragHandlerStartDrag(IEnumerable, Object, Boolean, Boolean)
See Also