Raised when the content of a ControlNode is added to the page DOM.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.nodeDomCreated.addEventListener(onNodeDomCreated); function onNodeDomCreated(sender, args) { } |
Event DataEvent handlers receive a NodeEventArgs instance containing data about this event.
See Also