Application events fire independently of the loaded page and have a global context.

Event NameOccurs When
Application_StartupThe application starts.
Application_UserChangedWhen 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.