EaxDataView.DocDataChanged

Syntax

DocDataChanged: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: TabIndex - index of the tab, SheetName - sheet name, SheetKey - sheet key, Operation - type of operation in the document that has invoked the event.

Description

The DocDataChanged event occurs after some change occurs in information on the document loaded to working area of the express report.

Example

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

See also:

EaxDataView