Search
Events.linkRouted Property
See Also
 





Raised when a link is routed by the auto-routing algorithm. Event handlers receive a LinkEventArgs instance that contains data about this event.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get linkRouted() {}
set linkRouted(value) {}

 Property Value

String

A string containing the event name.

 See Also