PropertyChanged: function (sender, args);
sender. Event source.
args. Event information. Available arguments: object of the PP.Mb.Ui.PropertyChangedEventArgs class that contains the following properties: PropertyName - property name, Metadata - metadata (FixedRowCount - number of fixed rows, FixedColumnCount - number of fixed columns), TypeUpdateData - type of data to be updated.
The PropertyChanged event occurs after selecting an item in context menu of the express report properties panel.
The example of event use is given on the Example of Creating the EaxGrid Component page.
See also: