Search
DiagramBase.LinkTextEdited Event
See Also
 





Raised when the user edits the text of a link.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<EditLinkTextEventArgs> LinkTextEdited

Visual Basic  Copy Code

Public Event LinkTextEdited As EventHandler(Of EditLinkTextEventArgs)

 Event Data

LinkTextEdited event handlers receive an argument of type EditLinkTextEventArgs.

 Remarks

The Label event argument identifies the LinkLabel that has been edited. Label is a null reference if the user has edited link's Text value.

 See Also