A validation event raised when the user starts modifying a link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<LinkValidationEventArgs> LinkStartModifying |
Visual Basic Copy Code |
---|
Public Event LinkStartModifying As EventHandler(Of LinkValidationEventArgs) |
LinkStartModifying event handlers receive an argument of type LinkValidationEventArgs. The following LinkValidationEventArgs members provide information relevant to the event:
Member name | Description |
---|---|
The DiagramLink that the user is starting to modify. | |
A PointF specifying the mouse cursor position. | |
Index of the adjustment handle that is going to be moved. | |
Set this property to true to prevent the user from starting the link modification. |
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |