Click or drag to resize

DragCancelledDelegate Delegate

Called when the drag operation was cancelled. Can be used to return the state of your items to the state before the start of the drag operation.

Namespace: Altaxo.Gui
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate void DragCancelledDelegate()
See Also