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
C# Copy Code |
---|
public string NodeDomCreatedScript { get; set; } |
Visual Basic Copy Code |
---|
Public Property NodeDomCreatedScript As String |
A string specifying the name of JavaScript handler function.
NetDiagram Programmer's Guide | © 2023 MindFusion |