Click or drag to resize

XYZPlotLayerContentsControllerAvailableItems_DragHandlerStartDrag Method

[Missing <summary> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.AvailableItems_DragHandler.StartDrag(System.Collections.IEnumerable,System.Object@,System.Boolean@,System.Boolean@)"]


Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void StartDrag(
	IEnumerable items,
	out Object data,
	out bool canCopy,
	out bool canMove
)

Parameters

items  IEnumerable

[Missing <param name="items"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.AvailableItems_DragHandler.StartDrag(System.Collections.IEnumerable,System.Object@,System.Boolean@,System.Boolean@)"]

data  Object

[Missing <param name="data"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.AvailableItems_DragHandler.StartDrag(System.Collections.IEnumerable,System.Object@,System.Boolean@,System.Boolean@)"]

canCopy  Boolean

[Missing <param name="canCopy"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.AvailableItems_DragHandler.StartDrag(System.Collections.IEnumerable,System.Object@,System.Boolean@,System.Boolean@)"]

canMove  Boolean

[Missing <param name="canMove"/> documentation for "M:Altaxo.Gui.Graph.Graph3D.XYZPlotLayerContentsController.AvailableItems_DragHandler.StartDrag(System.Collections.IEnumerable,System.Object@,System.Boolean@,System.Boolean@)"]

Implements

IMVVMDragHandlerStartDrag(IEnumerable, Object, Boolean, Boolean)
See Also