Raised when the DestinationAnchor property value of a link has changed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<AnchorPointEventArgs> DestinationAnchorChanged |
Visual Basic Copy Code |
---|
Public Event DestinationAnchorChanged As EventHandler(Of AnchorPointEventArgs) |
DestinationAnchorChanged event handlers receive an argument of type AnchorPointEventArgs.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |