Click or drag to resize

CanStartDragDelegate Delegate

Is called at the start of a drag/drop operation on the drag source side. Determines whether or not a drag operation can start.

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

Parameters

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

Return Value

Boolean
True if the drag operation can start and proceed, otherwise false.
See Also