Before-Any Event

This document covers the following topics:


Applies To

Dialog.

Description

This event handler section is performed before each event in an application and is therefore specified only once. You use it, for example, to modify variables uniformly across the application, or to perform checks. When using this type of event, make sure this does not interrupt the processing of the event handlers that are performed afterwards.