Search
Events.hyperlinkClicked Property
See Also
 





Raised when the user clicks a hyperlink inside a node.

Namespace: MindFusion.Diagramming
File: Events.js

 Syntax

JavaScript  Copy Code

get hyperlinkClicked() {}
set hyperlinkClicked(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance as argument.

 See Also