ProjectBrowseControllerFolderTree_DragEnded Method |
Called when the drag was successfully executed.
Namespace: Altaxo.Gui.Pads.ProjectBrowserAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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