DragEndedDelegate Delegate |
Indicates the successful end of a drag operation.
Namespace: Altaxo.GuiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate void DragEndedDelegate(
bool isCopy,
bool isMove
)
Parameters
- isCopy Boolean
- Is set to true if the drag/drop operation was a copy operation.
- isMove Boolean
- Is set to true if the drag/drop operation was a move operation (in this case e.g. the source item should be removed).
See Also