XYZPlotLayerContentsControllerPlotItems_StartDrag Method |
Starts a drag operation for the specified plot items.
Namespace: Altaxo.Gui.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void PlotItems_StartDrag(
IEnumerable items,
out Object data,
out bool canCopy,
out bool canMove
)
Parameters
- items IEnumerable
- The items to include in the drag operation.
- data Object
- The drag data created for the operation.
- canCopy Boolean
- Set to true if copying is allowed.
- canMove Boolean
- Set to true if moving is allowed.
See Also