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