Sets the name of a JavaScript function that should be invoked when the user clicks a hyperlink inside a node.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public DiagramView HyperlinkClickedScript ( |
Visual Basic
Copy Code
|
|---|
Public Function HyperlinkClickedScript( _ |
Name of the hyperlinkClicked event handler function.
See Also