Click or drag to resize

StartDragDelegate Delegate

Executes the drag operation.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate StartDragData StartDragDelegate(
	IEnumerable items
)

Parameters

items  IEnumerable
The items that are included in this drag operation.

Return Value

StartDragData
The data of this drag operation. See StartDragData.
See Also