IMVVMDropHandlerDrop Method |
Drops the specified data.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void Drop(
Object data,
Object targetItem,
DragDropRelativeInsertPosition insertPosition,
bool isCtrlKeyPressed,
bool isShiftKeyPressed,
out bool isCopy,
out bool isMove
)
Parameters
- data Object
- The data to drop.
- targetItem Object
- The target item. This is the MVVM item that corresponds to the item in the Gui.
- insertPosition DragDropRelativeInsertPosition
- The insert position.
- isCtrlKeyPressed Boolean
- if set to true [is control key pressed].
- isShiftKeyPressed Boolean
- if set to true [is shift key pressed].
- isCopy Boolean
- if set to true [is copy].
- isMove Boolean
- if set to true [is move].
See Also