Raised when the user moves any control point of a link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<LinkEventArgs> LinkModified |
Visual Basic Copy Code |
---|
Public Event LinkModified As EventHandler(Of LinkEventArgs) |
LinkModified event handlers receive an argument of type LinkEventArgs. The following LinkEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
The DiagramLink that has been modified. | |
A PointF specifying the mouse cursor position. | |
Index of the adjustment handle that has been moved. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |