Raised when the user expands the rows of a table's section by clicking the [+] button in the section's header row.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public event EventHandler<RowEventArgs> TableSectionExpanded |
Visual Basic
![]() |
---|
Public Event TableSectionExpanded As EventHandler(Of RowEventArgs) |
TableSectionExpanded event handlers receive an argument of type RowEventArgs.