Click or drag to resize

MasterCurveDataControllerPlotItems_DragDropHandlerDrop Method

[Missing <summary> documentation for "M:Altaxo.Gui.Science.Thermorheology.MasterCurveDataController.PlotItems_DragDropHandler.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]


Namespace: Altaxo.Gui.Science.Thermorheology
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Drop(
	Object data,
	Object targetObject,
	DragDropRelativeInsertPosition insertPosition,
	bool isCtrlKeyPressed,
	bool isShiftKeyPressed,
	out bool isCopy,
	out bool isMove
)

Parameters

data  Object

[Missing <param name="data"/> documentation for "M:Altaxo.Gui.Science.Thermorheology.MasterCurveDataController.PlotItems_DragDropHandler.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

targetObject  Object

[Missing <param name="targetObject"/> documentation for "M:Altaxo.Gui.Science.Thermorheology.MasterCurveDataController.PlotItems_DragDropHandler.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

insertPosition  DragDropRelativeInsertPosition

[Missing <param name="insertPosition"/> documentation for "M:Altaxo.Gui.Science.Thermorheology.MasterCurveDataController.PlotItems_DragDropHandler.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

isCtrlKeyPressed  Boolean

[Missing <param name="isCtrlKeyPressed"/> documentation for "M:Altaxo.Gui.Science.Thermorheology.MasterCurveDataController.PlotItems_DragDropHandler.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

isShiftKeyPressed  Boolean

[Missing <param name="isShiftKeyPressed"/> documentation for "M:Altaxo.Gui.Science.Thermorheology.MasterCurveDataController.PlotItems_DragDropHandler.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

isCopy  Boolean

[Missing <param name="isCopy"/> documentation for "M:Altaxo.Gui.Science.Thermorheology.MasterCurveDataController.PlotItems_DragDropHandler.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

isMove  Boolean

[Missing <param name="isMove"/> documentation for "M:Altaxo.Gui.Science.Thermorheology.MasterCurveDataController.PlotItems_DragDropHandler.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

Implements

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