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.
See Also