Click or drag to resize

ProjectBrowseControllerBoth_FolderTreeAndItemList_DropCanAcceptData Method

Tests if the item list can accept data to be dropped here.

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

Parameters

data  Object
The data used during the drag-drop operation.
targetFolder  String
The project folder where the drop is currently targeted.
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 operation is a copy operation.
isMove  Boolean
Return value. If true, the resulting operation is a move operation.
See Also