Xamarin Pack Programmer's Guide
DiagramBase.TableSectionCollapsed Event
See Also
 






Raised when the user collapses the rows of a table's section by clicking the [-] button in the section's header row.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public event EventHandler<RowEventArgs> TableSectionCollapsed

Visual Basic  Copy Code

Public Event TableSectionCollapsed As EventHandler(Of RowEventArgs)

 Event Data

TableSectionCollapsed event handlers receive an argument of type RowEventArgs.

 See Also

DiagramBase Members
DiagramBase Class
MindFusion.Diagramming Namespace