About Event Handlers

An event handler defines the actions to be taken upon the firing of a particular application event. Each event handler is comprised of one or more event actions and, optionally, an initial state.

Each application event can have multiple event handlers that execute when the application event fires. In such cases, the handler sequence number and other factors determine the order in which event handlers are actually processed.