WebControl.Shown
From Xojo Documentation
Event
The browser has finished loading or reloading the page. Use the Shown event for initializing your controls or doing anything that would interact with other controls or user interface elements on the web page instead of the Open event.
Sample Code
This code in the Shown event of a WebListBox adds 2 rows with 3 columns:
This example sets the text of a label: