Click or drag to resize

IMVVMDragHandlerStartDrag Method

Starts a drag operation.

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

Parameters

items  IEnumerable
The items to drag.
data  Object
The drag data object.
canCopy  Boolean
Set to if copying is allowed.
canMove  Boolean
Set to if moving is allowed.
See Also