klyn.gui.windows.browser.BrowserWidget.documentCompleted
event
public event documentCompleted as BrowserNavigationEvent
Description

Emitted after styles, scripts and layout are ready for painting.

Example
browser.documentCompleted += lambda(event: BrowserNavigationEvent): print(browser.documentTitle)