IMVVMDragHandlerDragEnded Method |
Notifies the handler that the drag operation ended.
Namespace: Altaxo.Gui.CommonAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid DragEnded(
bool isCopy,
bool isMove
)
Parameters
- isCopy Boolean
- Whether the operation ended as a copy.
- isMove Boolean
- Whether the operation ended as a move.
See Also