FormTable.BeforeRowChange

Syntax:

BeforeRowChange(<Cancel>)

Parameters:

<Cancel>

Type: Boolean.
Indicates that object editing is cancelled. If you set this parameter to True in the body of the handler procedure, the object editing doesn't begin.
Default value: False.

Description:

Called before beginning of interactive row modification.

Note:

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

    

1C:Enterprise Developer's Community