Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Gui Namespaces
Altaxo.Gui.Graph.Gdi.Plot
XYPlotLayerContentsController.PlotItems_DragDropHandler Class
PlotItems_DragDropHandler Methods
CanStartDrag Method
DragCancelled Method
DragEnded Method
Drop Method
DropCanAcceptData Method
StartDrag Method
XYPlot
Layer
Contents
Controller
Plot
Items_
Drag
Drop
Handler
Start
Drag Method
Starts a drag operation.
Namespace:
Altaxo.Gui.Graph.Gdi.Plot
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
void
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.
Implements
IMVVMDragHandler
StartDrag(IEnumerable, Object
, Boolean
, Boolean
)
See Also
Reference
XYPlotLayerContentsController
PlotItems_DragDropHandler Class
Altaxo.Gui.Graph.Gdi.Plot Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net