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