Loaded: function (sender, args)
sender. Event source.
args. Event information.
The Loaded event is fired on loading the wizard.
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: