Click or drag to resize

ListOfXAndYColumnControllerAvailableItems_DragHandlerCanStartDrag Method

[Missing <summary> documentation for "M:Altaxo.Gui.Data.ListOfXAndYColumnController.AvailableItems_DragHandler.CanStartDrag(System.Collections.IEnumerable)"]


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

Parameters

items  IEnumerable

[Missing <param name="items"/> documentation for "M:Altaxo.Gui.Data.ListOfXAndYColumnController.AvailableItems_DragHandler.CanStartDrag(System.Collections.IEnumerable)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Gui.Data.ListOfXAndYColumnController.AvailableItems_DragHandler.CanStartDrag(System.Collections.IEnumerable)"]

Implements

IMVVMDragHandlerCanStartDrag(IEnumerable)
See Also