Click or drag to resize

StyleListControllerTManager, TList, TItemAvailableItems_DragDropHandlerCanStartDrag 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.3179.0 (4.8.3179.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

IMVVMDragHandlerCanStartDrag(IEnumerable)
See Also