Search
FlowChart.TableExpanded Event
See Also
 



Raised when a user expands a tree of items.

 Syntax

VB6  Copy Code
Public Event TableExpanded

 Event Data

Parameter

Type

Description

table

[input] reference to a Table

The root of the expanded tree.

Dispatch ID: 110

 Remarks

Raised when a user expands a tree of items, whose root is the table passed as an argument. Users are able to expand or collapse a tree of diagram items by clicking on the +/- button on the right of nodes. This button is visible if the Expandable property of a table is set to true.

 See Also