Raised when the user moves any control point of a link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
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 Point specifying the mouse cursor position. | |
Index of the adjustment handle that has been moved. |