Click or drag to resize

IMVVMDragHandlerDragEnded Method

Notifies the handler that the drag operation ended.

Namespace: Altaxo.Gui.Common
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
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.
See Also