Search
Events.linkClicked Property
See Also
 





Raised when the user clicks a link.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get linkClicked() {}
set linkClicked(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a LinkEventArgs instance as argument.

 See Also