application event area
Description
Notifies the start/end of the application. 
Events
| Name | Defined Name | Description | 
|---|---|---|
| Event after application startup | onAfterStart | This event is notified after application startup. | 
| Event before application exit | onBeforeQuit | This event is notified before the application exits. | 
interfaces belonging to the area
| Name | Description | 
|---|---|
| AfterStartEventParams | The parameters for the after-application-start event. | 
| BeforeQuitEventParams | The parameters for the before application exit event. |