View event list in alphabetical order.
| Name |
Description |
Defining Class |
| OnAttachProcess |
When process pooling is used, this event is sent to every WBO object and finally to the parent WebApp object |
cWebApp |
| OnChangeRights |
Called whenever user rights are changed in the standard session manager object (cWebSessionManagerStandard) |
cWebApp |
| OnDetachProcess |
When process pooling is used, this event is sent first to the WebApp object and then to every WBO object |
cWebApp |
| OnGeneratePageTitle |
Triggered when the page title is automatically updated and allows developers to customize the title format |
cWebApp |
| OnHistoryPopState |
Called when the back button is used in the browser and the history item was pushed using HistoryPushState |
cWebApp |
| OnInitializeLocales |
Sent when the cWebApp object is loaded to the client (the user loads the page) |
cWebApp |
| OnLocationHashChange |
Contains the location hash part of the URL This property contains the location hash part of the URL. |
cWebApp |
| OnOrientationChange |
Fired when the orientation changes on a mobile device This event is fired when the orientation changes on a mobile device. |
cWebApp |
| OnPostInitialize |
Called as the last step of the initialization of the WebApp just before pbInitWebApp becomes false Called as the last step of the initialization of the webapp just before pbInitWebApp becomes False. |
cWebApp |
| OnReleaseProcess |
Sent before a process is released back into the pool This event is fired before a process is released back into the pool, but after the HTTP request has been sent to the client. |
cWebApp |
| OnResizeWindow |
Fired when the window size of the browser changes at runtime and during initialization This event is fired when the window size of the browser changes at runtime and during initialization. |
cWebApp |
| OnSyncWebApp |
Called each time a client makes a call to the server |
cWebApp |
| OnSystemThemePreferenceChange |
|
cWebApp |
| OnViewAccessDenied |
This event message is sent when access is denied to a view. |
cWebApp |
| ReadSessionKey |
Used to read a session key This function is used to read a session key. |
cWebApp |
| StoreSessionKey |
Called whenever a session key is stored by the Framework This procedure is called whenever a session key is stored by the Framework. |
cWebApp |
| Name |
Description |
Defining Class |
| AllowServerAction |
Provides a basic hook for controlling server actions based on user rights Before a published function or procedure is called (from the client), AllowServerAction is called. |
cWebBaseUIObject |
| OnCloseModalDialog |
Sent by a modal dialog to its invoking object when the dialog closes |
cWebBaseUIObject |
Inherited Events from cWebObject
Inherited Events from cObject