Search
DiagramBase.tableSectionExpanded Event
See Also
 





Raised when a table section is expanded.

Namespace: MindFusion.Diagramming
File: DiagramBase.js

 Syntax

JavaScript  Copy Code
diagram.tableSectionExpanded.addEventListener(onTableSectionExpanded);

 Event Data

Event handlers receive a CellEventArgs instance containing data about this event.

 See Also