ProjectBrowseControllerFolderTree_DropCanAcceptData Method |
Tests if the item list can accept data to be dropped here.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void FolderTree_DropCanAcceptData(
Object data,
NGTreeNode targetItem,
bool isCtrlPressed,
bool isShiftPressed,
out bool isCopy,
out bool isMove
)
Parameters
- data Object
- The data used during the drag-drop operation.
- 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 operation is a copy operation.
- isMove Boolean
- Return value. If true, the resulting operation is a move operation.
See Also