Raised when the user folds a container by clicking the arrow-up button in the container's caption bar
Namespace: MindFusion.Diagramming
File: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
diagram.containerFolded.addEventListener(onContainerFolded); |
Event DataEvent handlers receive a NodeEventArgs instance that contains data about this event.
See Also