MapMaster.Loaded

Syntax

Loaded: function (sender, args)

Parameters

sender. Event source.

args. Event information.

Description

The Loaded event is fired on loading the wizard.

Example

To execute the example the page must contain the MapMaster component named master (see Example of MapMaster and EaxMasterBox Components Layout). Add the Loaded event handler:

master.Loaded(function () {

alert("Master loaded")

});

After executing the example after the map master is loaded, an appropriate message appears in the screen.

See also:

MapMaster