ManagedForm.SetExecutionAfterEventHandlers

Syntax:

SetExecutionAfterEventHandlers(<Name>, <AdditionalParameter>)

Parameters:

<Name> (required)

Type: String.
Name of the next-in-chain handler.

<AdditionalParameter> (optional)

Type: Arbitrary.
Additional parameter of a random type which will be transferred upon a specified handler call.

Description:

Can be used to add handler call after base call (in handlers both on the client and on the server).
The list of parameters of the method passed should be identical to the one of the handler from which the method SetExecutionAfterEventHandlers has been called.

Availability:

Thin client, web-client, server, thick client.

    

1C:Enterprise Developer's Community