Click or drag to resize

ProjectBrowseControllerFolderTree_DragEnded Method

Called when the drag was successfully executed.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void FolderTree_DragEnded(
	bool isCopy,
	bool isMove
)

Parameters

isCopy  Boolean
If set to true, the drag-drop was a copy operation.
isMove  Boolean
If set to true, the drag-drop was a move operation.
See Also