Search
DiagramBase.LinkRouted Event
See Also
 





Raised when a link is routed by the auto-routing algorithm.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<LinkEventArgs> LinkRouted

Visual Basic  Copy Code

Public Event LinkRouted As EventHandler(Of LinkEventArgs)

 Event Data

LinkRouted event handlers receive an argument of type LinkEventArgs. The following LinkEventArgs members provide information relevant to the event:

Member name

Description

Link

The DiagramLink that has been routed.

 See Also