Search
Events.linkTextEdited Property
See Also
 





Raised when the user edits the text of a link.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get linkTextEdited() {}
set linkTextEdited(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a LinkEventArgs instance as argument.

 See Also