Search
DiagramBase.containerUnfolded Event
See Also
 





Raised when the user unfolds a container by clicking the arrow-down button in the container's caption bar.

Namespace: MindFusion.Diagramming
File: DiagramBase.js

 Syntax

JavaScript  Copy Code
diagram.containerUnfolded.addEventListener(onContainerUnfolded);

 Event Data

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

 See Also