EaxGridView.DataChanged

Syntax

DataChanged: 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 - property name; Metadata - metadata (Data - indicates if there are changed data, before - data before change, after - data after change), TypeUpdateData - type of refreshed data.

Description

The DataChanged event occurs after changing data in cells of the table shown in the working area of the express report.

Example

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

See also:

EaxGridView