Raised when a user collapses a tree of items, whose root is the table passed as an argument.
SyntaxVB6
Copy Code
|
|---|
| Public Event TableCollapsed |
Event DataParameter | Type | Description |
|---|---|---|
table | [input] reference to a Table | The root of the collapsed tree. |
Dispatch ID: 111
RemarksRaised when a user collapses 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 the +/- button on the right of nodes. This button is visible if the Expandable property of a table is set to true.
See Also