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