Click or drag to resize

XYPlotLayerContentsControllerPlotItems_DragDropHandlerCanStartDrag Method

Determines whether a drag operation can be started.

Namespace: Altaxo.Gui.Graph.Gdi.Plot
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 to drag.

Return Value

Boolean
if dragging can start; otherwise, .

Implements

IMVVMDragHandlerCanStartDrag(IEnumerable)
See Also