Creating application event actions
To be useful, each application event handler must have at least one application event action associated with it. Often, it requires a series of event actions to complete the work the handler is designed to perform.
An event action is defined as a unit of work to be done when the event handler executes.