ProjectBrowseControllerFolderTree_Drop Method |
Executes a drop operation into the item list.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void FolderTree_Drop(
Object data,
NGTreeNode targetItem,
bool isCtrlPressed,
bool isShiftPressed,
out bool isCopy,
out bool isMove
)
Parameters
- data Object
- The data used during drag-drop.
- targetItem NGTreeNode
- The tree node that is currently selected in the folder tree (or is the target of this drop).
- 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