public interface IBendLocationChangedHandler
IGraph
's BendLocationChanged
event.Modifier and Type | Method and Description |
---|---|
void |
onBendLocationChanged(Object source,
IBend bend,
PointD oldLocation)
Event delegate method that is used in
IGraph 's BendLocationChanged
event. |
void onBendLocationChanged(Object source, IBend bend, PointD oldLocation)
IGraph
's BendLocationChanged
event.source
- The source of the event.bend
- The bend whose location has changed.oldLocation
- The bend location before the change.