Search
DiagramView.NodeDomCreatedScript Method
See Also
 





Sets the name of a JavaScript function that should be invoked when the content of a ControlNode is added to the page DOM.

Namespace: MindFusion.Diagramming.Mvc
Assembly: MindFusion.Diagramming.Mvc

 Syntax

C#  Copy Code

public DiagramView NodeDomCreatedScript (
    string value
)

Visual Basic  Copy Code

Public Function NodeDomCreatedScript( _
    value As String _
) As DiagramView

 Parameters

value

 Return Value

 See Also