Event delegate method that is used in the IBendLocationChangeReporter interface. DefaultGraph by default has an implementation of this interface in it's Lookup(Type).

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public delegate void BendLocationChanged(
	IBend bend,
	PointD oldLocation
)
Visual Basic
Public Delegate Sub BendLocationChanged ( _
	bend As IBend, _
	oldLocation As PointD _
)

Parameters

bend
Type: yWorks.yFiles.UI.Model..::..IBend
The bend whose location changed.
oldLocation
Type: yWorks.Canvas.Geometry.Structs..::..PointD
The old coordinates of the bend's location.

See Also