klyn.gui.windows.browser.BrowserNavigationEvent.BrowserNavigationEvent
constructor
public BrowserNavigationEvent(source as Object, url as String, historyNavigation as Boolean = false):
Description

Creates a navigation event.

Parameters
ParameterDescription
sourceBrowser that emitted the event.
urlRequested or effective URL.
historyNavigationTrue for back and forward traversal.
Example
event = BrowserNavigationEvent(browser, "about:blank")