Click or drag to resize

DragEndedDelegate Delegate

Indicates the successful end of a drag operation.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate void DragEndedDelegate(
	bool isCopy,
	bool isMove
)

Parameters

isCopy  Boolean
Is set to true if the drag/drop operation was a copy operation.
isMove  Boolean
Is set to true if the drag/drop operation was a move operation (in this case e.g. the source item should be removed).
See Also