Multiple choice technology packaged enterprise solutions

_________________ and _______________ events are often used to hide or unhide pages of a component.

  1. Workflow, Activate

  2. PreBuild, PostBuild

  3. SearchInit, SearchSave

  4. ItemSelected, PrePopup

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The PreBuild and PostBuild PeopleCode events are commonly used to control page visibility within a component. PreBuild can hide pages before they're displayed, and PostBuild can modify visibility after initial building. This allows dynamic page showing/hiding based on conditions.