Raised when a table section is collapsed.
Namespace: MindFusion.Diagramming
Assembly: DiagramBase.js
SyntaxJavaScript
Copy Code
|
|---|
| diagram.tableSectionCollapsed.addEventListener(onTableSectionCollapsed); function onTableSectionCollapsed(sender, args) { } |
Event DataEvent handlers receive a CellEventArgs instance containing data about this event.
See Also