Click or drag to resize

XYZPlotLayerContentsControllerAvailableItems_StartDrag Method

Starts a drag operation for available data items.

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

Parameters

items  IEnumerable
The items to drag.
data  Object
Receives the drag data.
canCopy  Boolean
Receives whether copying is supported.
canMove  Boolean
Receives whether moving is supported.
See Also