Raised when a link is routed by the auto-routing algorithm.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public event EventHandler<LinkEventArgs> LinkRouted |
Visual Basic Copy Code |
---|
Public Event LinkRouted As EventHandler(Of LinkEventArgs) |
LinkRouted event handlers receive an argument of type LinkEventArgs. The following LinkEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
The DiagramLink that has been routed. |