Search
DiagramBase.OnTableSectionCollapsed Method
See Also
 





Raises the TableSectionCollapsed event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnTableSectionCollapsed (
    RowEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnTableSectionCollapsed( _
    e As RowEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also