Search
DiagramBase.LinkTextEditing Event
See Also
 





A validation event that lets you approve or reject changes made to the text of a link.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<LinkValidationEventArgs> LinkTextEditing

Visual Basic  Copy Code

Public Event LinkTextEditing As EventHandler(Of LinkValidationEventArgs)

 Event Data

LinkTextEditing event handlers receive an argument of type LinkValidationEventArgs.

 Remarks

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.

 See Also