Search
Events.treeCollapsed Property
See Also
 





Raised when a user collapses a tree branch by clicking the [-] button of an expandable node.

Namespace: MindFusion.Diagramming
Package: Events.js

 Syntax

JavaScript  Copy Code

get treeCollapsed() {}
set treeCollapsed(value) {}

 Property Value

String

A string containing the event name.

 Remarks

Event handlers receive a NodeEventArgs instance as argument.

 See Also