Raised when the OriginAnchor property value of a link has changed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<AnchorPointEventArgs> OriginAnchorChanged |
Visual Basic Copy Code |
---|
Public Event OriginAnchorChanged As EventHandler(Of AnchorPointEventArgs) |
OriginAnchorChanged event handlers receive an argument of type AnchorPointEventArgs. The following AnchorPointEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
The DiagramLink whose OriginAnchor has changed. | |
Index of the old anchor point. | |
Index of the new anchor point. |
This event is raised every time the OriginAnchor property of a link changes, either because a user connects the link end to a different anchor point, or because an application sets it programmatically.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |