Raised when a user expands a tree branch by clicking the [+] button of an expandable node.
Namespace: MindFusion.Diagramming
File: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get treeExpanded() {} |
String
A string containing the event name.
RemarksEvent handlers receive a NodeEventArgs instance as argument.
See Also