EaxGridView.PropertyChanged

Syntax

PropertyChanged: function (sender, args);

Parameters

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.

Description

The PropertyChanged event occurs after selecting an item in context menu of the express report properties panel.

Example

The example of event use is given on the Example of Creating the EaxGrid Component page.

See also:

EaxGridView