Search
DiagramBase.OnTableSectionExpanded Method
See Also
 





Raises the TableSectionExpanded event.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnTableSectionExpanded (
    RowEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnTableSectionExpanded( _
    e As RowEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also