Click or drag to resize

XYZPlotLayerContentsControllerAvailableItems_CanStartDrag Method

Determines whether a drag operation can start for available data items.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public bool AvailableItems_CanStartDrag(
	IEnumerable items
)

Parameters

items  IEnumerable
The items that would participate in the drag operation.

Return Value

Boolean
true if the selected items can be dragged; otherwise, false.
See Also