Constant | Description |
ON_CONTENT_CHANGED | Content changed event. Triggers when the displayed content has changed, for example when changing cross tab report content. The event handler takes an actuate.XTabAnalyzer object that represents the viewer for which the event occurred, as the only parameter. |
ON_CONTENT_SELECTED | Content selected event. Triggers when a user clicks on report elements. The event handler takes the following parameters: ![]() ![]() |
ON_EXCEPTION | Exception event. Triggers when an exception occurs during an asynchronous operation. The event handler takes the following arguments: ![]() ![]() |
ON_SESSION_TIMEOUT | Session time-out event. When a session time‑out event occurs and the user tries to perform any operation on a viewer, a prompt dialog appears asking the user whether or not to log in again. When the user chooses to log in again, the ON_SESSION_TIMEOUT event triggers. When no handler is registered for this event, a default built-in login dialog will be displayed. The event handler takes one parameter: an actuate.XTabAnalyzer object, representing the viewer where the event occurred. |