Sets the name of a JavaScript function that should be invoked when the user starts drawing a new node, just after the DiagramNode instance is created.
Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc
SyntaxC#
Copy Code
|
|---|
public DiagramView InitializeNodeScript ( |
Visual Basic
Copy Code
|
|---|
Public Function InitializeNodeScript( _ |
The name of the function
See Also