FormTable.BeforeCollapse

Syntax:

BeforeCollapse(<Row>, <Cancel>)

Parameters:

<Row>

Type: Arbitrary.
Row that will be collapsed.
The value type depends on type of data displayed in the table.

<Cancel>

Type: Boolean.
Indicates that object writing is cancelled. If you set this parameter to True in the body of the handler procedure, the object will not be written.
Default value: False.

Description:

Called before collapsing a table node that is displayed as a tree.

Note:

In the handler of this event, you cannot use form server methods with the compiler directive &AtServer.

    

1C:Enterprise Developer's Community