Click or drag to resize

ColumnPlotDataControllerBaseTModelAvailableTransformationsDragHandlerImplCanStartDrag Method

Determines whether dragging can start for the current transformation selection.

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

Parameters

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

Return Value

Boolean
true if a transformation is selected; otherwise, false.

Implements

IMVVMDragHandlerCanStartDrag(IEnumerable)
See Also