Click or drag to resize

ColumnPlotDataControllerBaseTModelOtherAvailableColumnsDragHandlerImplCanStartDrag Method

Determines whether dragging can start for the current non-table-column 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 non-table column type is selected; otherwise, false.

Implements

IMVVMDragHandlerCanStartDrag(IEnumerable)
See Also