Search
DiagramBase.containerFolded Event
See Also
 





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

 Syntax

JavaScript  Copy Code
diagram.containerFolded.addEventListener(onContainerFolded);

 Event Data

Event handlers receive a NodeEventArgs instance that contains data about this event.

 See Also