TitleBox.PropertyChanged

Syntax

PropertyChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments - object of the PP.Mb.Ui.PropertyChangedEventArgs class containing the following properties: PropertyName - proeprty name as an element of the PP.Exp.Ui.ControlType enumeration, Metadata - metadata (MasterType - group of properties as an element of the PP.Exp.Ui.PropertyGroups enumeration, ActiveItem - active control as the PP.Exp.Ui.ControlType enumeration, options - settings), TypeUpdateData - update data type that is set by means of the PP.Exp.Ui.ViewTypeUpdate enumeration.

Description

The PropertyChanged event occurs after changing value of the express report title property.

Example

The example of event use is given on the page with description of the TitleBox.getPropertyValue property.

See also:

TitleBox