Click or drag to resize

StyleListController<TManager, TList, TItem>.AvailableItems_DragDropHandler.CanStartDrag Method

[Missing <summary> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.AvailableItems_DragDropHandler.CanStartDrag(System.Collections.IEnumerable)"]


Namespace: Altaxo.Gui.Drawing
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.Drawing.StyleListController`3.AvailableItems_DragDropHandler.CanStartDrag(System.Collections.IEnumerable)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.AvailableItems_DragDropHandler.CanStartDrag(System.Collections.IEnumerable)"]

Implements

IMVVMDragHandler.CanStartDrag(IEnumerable)
See Also