Collapsed event
Description
Occurs when a node in a TreeView DataWindow has collapsed.
PowerBuilder event information
Event ID: pbm_dwncollapsed
Argument |
Description |
---|---|
row |
Long by value. The number of the first |
grouplevel |
Long by value. The TreeView level of |
Return Values
There are no return codes.
Usage
A TreeView node collapses when the user clicks the State icon
(-) in the TreeView DataWindow or uses any of the Collapse methods.
The Collapsing event occurs before the Collapsed event.
Examples
The following statements in the Collapsed event save
the current row and level to instance variables:
1 |
ii_level = grouplevel<br>ii_row = row |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments