ChartMasterFoundation.PropertyChanged

Syntax

PropertyChanged: function (sender, args)

Parameters

sender. Event source.

args. Event information.

Description

The PropertyChanged event occurs on changing wizard settings.

Example

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

master.PropertyChanged(function () {

   alert("Settings are changed")

});

After executing the example on changing a wizard setting, the following message appears: Settings are changed.

See also:

ChartMasterFoundation