Click or drag to resize

XYZPlotLayerContentsControllerAvailableItems_DragEnded Method

Handles the end of an available-items drag operation.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void AvailableItems_DragEnded(
	bool isCopy,
	bool isMove
)

Parameters

isCopy  Boolean
true if the drag operation copied data.
isMove  Boolean
true if the drag operation moved data.
See Also