Raised when the user edits the text of a link.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get linkTextEdited() {} |
String
A string containing the event name.
RemarksEvent handlers receive a LinkEventArgs instance as argument.
See Also