Search
Events.linkSelected Property
See Also
 






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

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get linkSelected() {}
set linkSelected(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a LinkEventArgs instance as argument.

 See Also