Raised when a link is deselected, either programmatically or by the user.
Namespace: MindFusion.Diagramming
Assembly: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get linkDeselected() {} |
String
A string containing the event name.
RemarksEvent handlers receive a LinkEventArgs instance as argument.
See Also