FormTable.OnEditEnd

Syntax:

OnEditEnd(<NewRow>, <CancelEdit>)

Parameters:

<NewRow>

Type: Boolean.
A flag of editing a new row. Is set to the True value, if a row was added or copied.

<CancelEdit>

Type: Boolean.
True, if editing is canceled.
Default value: False.

Description:

Called when exiting the row editing mode.

Note:

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

    

1C:Enterprise Developer's Community