Click or drag to resize

ListOfXAndYColumnControllerPlotItems_DragDropHandlerDrop Method

Drops the specified data.

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Drop(
	Object data,
	Object targetItem,
	DragDropRelativeInsertPosition insertPosition,
	bool isCtrlKeyPressed,
	bool isShiftKeyPressed,
	out bool isCopy,
	out bool isMove
)

Parameters

data  Object
The data to drop.
targetItem  Object
The target item. This is the MVVM item that corresponds to the item in the Gui.
insertPosition  DragDropRelativeInsertPosition
The insert position.
isCtrlKeyPressed  Boolean
If set to , the Control key is pressed.
isShiftKeyPressed  Boolean
If set to , the Shift key is pressed.
isCopy  Boolean
Set to if the operation was a copy.
isMove  Boolean
Set to if the operation was a move.

Implements

IMVVMDropHandlerDrop(Object, Object, DragDropRelativeInsertPosition, Boolean, Boolean, Boolean, Boolean)
See Also