IMVVMDragHandlerStartDrag Method |
Starts a drag operation.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid StartDrag(
IEnumerable items,
out Object data,
out bool canCopy,
out bool canMove
)
Parameters
- items IEnumerable
- The items to drag.
- data Object
- The drag data object.
- canCopy Boolean
- Set to if copying is allowed.
- canMove Boolean
- Set to if moving is allowed.
See Also