DesktopHTMLViewer.TitleChanged
From Xojo Documentation
Event
HTMLViewer.TitleChanged(NewTitle as String)
New in 2021r3
Supported for all project types and targets.
New in 2021r3
Supported for all project types and targets.
Fires when the Title of the Web page has been determined or has changed.
Notes
The renderer, which varies by OS, determines the maximum number of characters that are returned in NewTitle. You should test this in your projects to determine a maximum number of characters, keeping in mind that this could change at any time due to the underlying renderer and operating system.