XYZPlotLayerContentsControllerAvailableItems_DragEnded Method |
Handles the end of an available-items drag operation.
Namespace: Altaxo.Gui.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void AvailableItems_DragEnded(
bool isCopy,
bool isMove
)
Parameters
- isCopy Boolean
- true if the drag operation copied data.
- isMove Boolean
- true if the drag operation moved data.
See Also