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