Search
DiagramBase.DestinationAnchorChanged Event
See Also
 






Raised when the DestinationAnchor property value of a link has changed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<AnchorPointEventArgs> DestinationAnchorChanged

Visual Basic  Copy Code

Public Event DestinationAnchorChanged As EventHandler(Of AnchorPointEventArgs)

 Event Data

DestinationAnchorChanged event handlers receive an argument of type AnchorPointEventArgs.

 See Also