Click or drag to resize

ProjectBrowseControllerBothFolderTreeAndItemList_Drop Method

Executes a drop operation into the item list.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void BothFolderTreeAndItemList_Drop(
	Object data,
	string targetFolder,
	bool isCtrlPressed,
	bool isShiftPressed,
	out bool isCopy,
	out bool isMove
)

Parameters

data  Object
The data used during drag-drop.
targetFolder  String
The Altaxo folder where the new items should be dropped to.
isCtrlPressed  Boolean
Indicates whether the Ctrl-key is pressed.
isShiftPressed  Boolean
Indicates whether the Shift-key is pressed.
isCopy  Boolean
Return value. If true, the resulting drop operation is a copy operation.
isMove  Boolean
Return value. If true, the resulting drop operation is a move operation.
See Also