Raised when a user expands a tree branch by clicking the [+] button of an expandable node.
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.treeExpanded.addEventListener(onTreeExpanded); function onTreeExpanded(sender, args) { } |
Event DataEvent handlers receive a NodeEventArgs instance containing data about this event.
See Also