Raised when the user unfolds a container by clicking the arrow-down button in the container's caption bar.
Namespace: MindFusion.Diagramming
Assembly: Events.js
SyntaxJavaScript
Copy Code
|
|---|
get containerUnfolded() {} |
String
A string containing the event name.
RemarksEvent handlers receive a NodeEventArgs instance as argument.
See Also