Sets the name of a JavaScript function that should be invoked when the mouse pointer hovers over a node.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public DiagramView NodePointedScript ( |
Visual Basic
Copy Code
|
|---|
Public Function NodePointedScript( _ |
Name of the nodePointed event handler function.
See Also