Raised when a link is deselected, either programmatically or by the user.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.linkDeselected.addEventListener(onLinkDeselected); function onLinkDeselected(sender, args) { } |
Event DataEvent handlers receive a LinkEventArgs instance containing data about this event.
See Also