Click or drag to resize

IMVVMDropHandlerDrop Method

Drops the specified data.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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 true [is control key pressed].
isShiftKeyPressed  Boolean
if set to true [is shift key pressed].
isCopy  Boolean
if set to true [is copy].
isMove  Boolean
if set to true [is move].
See Also