FormTable.BeforeEditEnd

Syntax:

BeforeEditEnd(<NewRow>, <CancelEdit>, <Cancel>)

Parameters:

<NewRow>

Type: Boolean.
Is set to the True value, if a row was added or copied.

<CancelEdit>

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

<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 row editing is completed.

Note:

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

    

1C:Enterprise Developer's Community