Click or drag to resize

ProjectBrowseControllerFolderTree_StartDrag Method

Starts a drag operation from the items list.

Namespace: Altaxo.Gui.Pads.ProjectBrowser
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void FolderTree_StartDrag(
	out IDataObject dao,
	out bool canCopy,
	out bool canMove
)

Parameters

dao  IDataObject
On return, this contains the data object used during the drag operation.
canCopy  Boolean
On return, this variable indicates if the drag operation allows a copy operation.
canMove  Boolean
On return, this variable indicates if the drag operation allows a move operation.
See Also