Click or drag to resize

ColumnPlotDataControllerBaseTModelOtherAvailableColumnsDragHandlerImplStartDrag Method

Starts a drag operation for the selected non-table column type.

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

Parameters

items  IEnumerable
The items to drag.
data  Object
Receives the drag data.
canCopy  Boolean
Receives whether copying is supported.
canMove  Boolean
Receives whether moving is supported.

Implements

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