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