PropertyChanged: function (sender, args)
sender. Event source.
args. Event information.
The PropertyChanged event occurs on changing wizard settings.
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: