Click or drag to resize

XYZPlotLayerContentsControllerPlotItems_Drop Method

[Missing <summary> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_Drop(System.Object,Altaxo.Collections.NGTreeNode,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,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 PlotItems_Drop(
	Object data,
	NGTreeNode targetNode,
	DragDropRelativeInsertPosition insertPosition,
	bool isCtrlKeyPressed,
	bool isShiftKeyPressed,
	out bool isCopy,
	out bool isMove
)

Parameters

data  Object

[Missing <param name="data"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_Drop(System.Object,Altaxo.Collections.NGTreeNode,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

targetNode  NGTreeNode

[Missing <param name="targetNode"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_Drop(System.Object,Altaxo.Collections.NGTreeNode,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

insertPosition  DragDropRelativeInsertPosition

[Missing <param name="insertPosition"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_Drop(System.Object,Altaxo.Collections.NGTreeNode,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

isCtrlKeyPressed  Boolean

[Missing <param name="isCtrlKeyPressed"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_Drop(System.Object,Altaxo.Collections.NGTreeNode,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

isShiftKeyPressed  Boolean

[Missing <param name="isShiftKeyPressed"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_Drop(System.Object,Altaxo.Collections.NGTreeNode,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

isCopy  Boolean

[Missing <param name="isCopy"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_Drop(System.Object,Altaxo.Collections.NGTreeNode,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

isMove  Boolean

[Missing <param name="isMove"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.PlotItems_Drop(System.Object,Altaxo.Collections.NGTreeNode,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

See Also