Search
DiagramView.NodeDomCreatedScript Property
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.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public string NodeDomCreatedScript { get; set; }

Visual Basic  Copy Code

Public Property NodeDomCreatedScript As String

 Property Value

A string specifying the name of JavaScript handler function.

 See Also