Click or drag to resize

XYZPlotLayerContentsControllerPlotItems_Drop Method

Drops plot-item data onto the specified target node.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.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
The drag data to drop.
targetNode  NGTreeNode
The target node for the drop operation.
insertPosition  DragDropRelativeInsertPosition
The relative insert position for the drop.
isCtrlKeyPressed  Boolean
If set to true, the Ctrl key is pressed.
isShiftKeyPressed  Boolean
If set to true, the Shift key is pressed.
isCopy  Boolean
Set to true if the drop performed a copy operation.
isMove  Boolean
Set to true if the drop performed a move operation.
See Also