Raised when a link is routed by the auto-routing algorithm.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<LinkEventArgs> LinkRouted |
Visual Basic
Copy Code
|
|---|
Public Event LinkRouted As EventHandler(Of LinkEventArgs) |
Event DataLinkRouted 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. |
See Also