Application events fire independently of the loaded page and have a global context.
| Event Name | Occurs When |
|---|---|
| Application_Startup | The application starts. |
| Application_UserChanged | When the application is reloaded for a given user. The name of the user is passed to the event handler as a function argument. |
It is common to use the Application_UserChanged event handler to load user-specific start page. The Application_UserChanged event handler must be coded to expect the name of the user as a function argument. Intrinsic objects are not available.
Application event handlers are typically created and managed outside the application, and automatically loaded into DataHub WebView as .ss files that reside with the DataHub server.
Application event handlers are not edited using Property Explorer.
