A validation event that lets you approve or reject changes made to the text of a link.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<LinkValidationEventArgs> LinkTextEditing |
Visual Basic Copy Code |
---|
Public Event LinkTextEditing As EventHandler(Of LinkValidationEventArgs) |
LinkTextEditing event handlers receive an argument of type LinkValidationEventArgs.
The Label event argument identifies the LinkLabel that is being edited. Label is a null reference if the user is editing link's Text value.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |