Click or drag to resize

XYZPlotLayerContentsControllerPlotItems_DragDropHandlerDragEnded Method

[Missing <summary> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_DragDropHandler.DragEnded(System.Boolean,System.Boolean)"]


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

Parameters

isCopy  Boolean

[Missing <param name="isCopy"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_DragDropHandler.DragEnded(System.Boolean,System.Boolean)"]

isMove  Boolean

[Missing <param name="isMove"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_DragDropHandler.DragEnded(System.Boolean,System.Boolean)"]

Implements

IMVVMDragHandlerDragEnded(Boolean, Boolean)
See Also