Click or drag to resize

ListOfXAndYColumnControllerPlotItems_DragDropHandlerDragEnded Method

Notifies the handler that the drag operation ended.

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void DragEnded(
	bool isCopy,
	bool isMove
)

Parameters

isCopy  Boolean
Whether the operation ended as a copy.
isMove  Boolean
Whether the operation ended as a move.

Implements

IMVVMDragHandlerDragEnded(Boolean, Boolean)
See Also