Click or drag to resize

DependentVariableTransformationControllerColumnDropHandlerImplDrop Method

[Missing <summary> documentation for "M:Altaxo.Gui.Analysis.NonLinearFitting.DependentVariableTransformationController.ColumnDropHandlerImpl.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]


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

Parameters

data  Object

[Missing <param name="data"/> documentation for "M:Altaxo.Gui.Analysis.NonLinearFitting.DependentVariableTransformationController.ColumnDropHandlerImpl.Drop(System.Object,System.Object,Altaxo.Gui.Common.DragDropRelativeInsertPosition,System.Boolean,System.Boolean,System.Boolean@,System.Boolean@)"]

targetItem  Object

[Missing <param name="targetItem"/> documentation for "M:Altaxo.Gui.Analysis.NonLinearFitting.DependentVariableTransformationController.ColumnDropHandlerImpl.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.Analysis.NonLinearFitting.DependentVariableTransformationController.ColumnDropHandlerImpl.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.Analysis.NonLinearFitting.DependentVariableTransformationController.ColumnDropHandlerImpl.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.Analysis.NonLinearFitting.DependentVariableTransformationController.ColumnDropHandlerImpl.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.Analysis.NonLinearFitting.DependentVariableTransformationController.ColumnDropHandlerImpl.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.Analysis.NonLinearFitting.DependentVariableTransformationController.ColumnDropHandlerImpl.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