Search
Events.linkModified Property
See Also
 





Raised when the user moves any control point of a link.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get linkModified() {}
set linkModified(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a LinkEventArgs instance as argument.

 See Also