Search
Events.linkDeselected Property
See Also
 





Raised when a link is deselected, either programmatically or by the user.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get linkDeselected() {}
set linkDeselected(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a LinkEventArgs instance as argument.

 See Also