Latest release: v0.5.2WebApp.Net documentation

The load event

This page is specific to: WebApp.Net Version:0.20.30.50.6

January, 15th 2010

This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.

This event is raised as soon as the whole page and the WebApp.Net framework is loaded. For more infromation about events and how to catch them, read Working with events.

js
printcopy to clipboardMethod 5.2.1
// Add a new listener
WebApp.AddEventListener("load", handler);

// Remove a previously set listener
WebApp.RemoveEventListener("load", previousHandler);

Contextual information


The evtObj object parameter passed to the handler is based on the Common event object structure.

object

The load event object has the following contextual information.

evtObj.context
(Array). Source layer information. First element is the layer name, next are the additional hash information if any as exposed in Asynchronous link.

See also


Additionally you can check the following documentation references.
WebApp.Net