ProjectBrowseControllerBothFolderTreeAndItemList_Drop Method | 
            Executes a drop operation into the item list.
            
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic 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