Raised when the DestinationAnchor property value of a link has changed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public event EventHandler<AnchorPointEventArgs> DestinationAnchorChanged |
Visual Basic
Copy Code
|
|---|
Public Event DestinationAnchorChanged As EventHandler(Of AnchorPointEventArgs) |
Event DataDestinationAnchorChanged event handlers receive an argument of type AnchorPointEventArgs.
See Also