getPropChangedObjects();
The getPropChangedObjects method returns changes for the Dimensions tab of the Parameters dialog box.
The method returns an object of the PP.Mb.Ui.PropertyChangedEventArgs class containing the following properties: PropertyName - property name as an element of the PP.Exp.Ui.ControlType enumeration, Metadata - metadata, TypeUpdateData - array of updated data types, Canceled - indicates if tab changes are cancelled.
The example of use is given on the page with description of the ParametersDataSource.getPropChangedObjects method.
See also: