Click or drag to resize

StyleListControllerTManager, TList, TItemCurrentItems_DragDropHandlerDropCanAcceptData Method

[Missing <summary> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.CurrentItems_DragDropHandler.DropCanAcceptData(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@,System.Boolean@)"]


Namespace: Altaxo.Gui.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void DropCanAcceptData(
	Object data,
	Object targetItem,
	DragDropRelativeInsertPosition insertPosition,
	bool isCtrlKeyPressed,
	bool isShiftKeyPressed,
	out bool canCopy,
	out bool canMove,
	out bool itemIsSwallowingData
)

Parameters

data  Object

[Missing <param name="data"/> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.CurrentItems_DragDropHandler.DropCanAcceptData(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@,System.Boolean@)"]

targetItem  Object

[Missing <param name="targetItem"/> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.CurrentItems_DragDropHandler.DropCanAcceptData(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@,System.Boolean@)"]

insertPosition  DragDropRelativeInsertPosition

[Missing <param name="insertPosition"/> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.CurrentItems_DragDropHandler.DropCanAcceptData(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@,System.Boolean@)"]

isCtrlKeyPressed  Boolean

[Missing <param name="isCtrlKeyPressed"/> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.CurrentItems_DragDropHandler.DropCanAcceptData(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@,System.Boolean@)"]

isShiftKeyPressed  Boolean

[Missing <param name="isShiftKeyPressed"/> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.CurrentItems_DragDropHandler.DropCanAcceptData(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@,System.Boolean@)"]

canCopy  Boolean

[Missing <param name="canCopy"/> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.CurrentItems_DragDropHandler.DropCanAcceptData(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@,System.Boolean@)"]

canMove  Boolean

[Missing <param name="canMove"/> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.CurrentItems_DragDropHandler.DropCanAcceptData(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@,System.Boolean@)"]

itemIsSwallowingData  Boolean

[Missing <param name="itemIsSwallowingData"/> documentation for "M:Altaxo.Gui.Drawing.StyleListController`3.CurrentItems_DragDropHandler.DropCanAcceptData(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@,System.Boolean@)"]

Implements

IMVVMDropHandlerDropCanAcceptData(Object, Object, DragDropRelativeInsertPosition, Boolean, Boolean, Boolean, Boolean, Boolean)
See Also