XYZPlotLayerContentsControllerAvailableItems_StartDrag Method |
Starts a drag operation for available data items.
Namespace: Altaxo.Gui.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AvailableItems_StartDrag(
IEnumerable items,
out Object data,
out bool canCopy,
out bool canMove
)
Parameters
- items IEnumerable
- The items to drag.
- data Object
- Receives the drag data.
- canCopy Boolean
- Receives whether copying is supported.
- canMove Boolean
- Receives whether moving is supported.
See Also