Name

before-render — Container for code that should be executed before rendering.

Synopsis

<before-render >(EventHandler)</before-render >( );

Description

The code contained in this element is executed on the descending edge of recursion when traversing the vspx control tree before rendering. This is expected to have side effects on vspx controls only, not to return anything or emit any output. Any return value from the code is ignored.