PrxControl.PropertyChanged

Syntax

PropertyChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information.

Description

The PropertyChanged event is fired on changing properties of a regular report control.

Example

The example of event use is given in description of the PrxControl.refreshAll method.

See also:

PrxControl