EaxMdService.EaxDocumentOpened

Syntax

EaxDocumentOpened: function (sender, args);

Parameters

sender. Event source.

args. Event information. Available arguments: Analyzer  - open express report, Document - express report document.

Description

The EaxDocumentOpened event occurs on opening an express report document.

Example

The example of event use is given on the page with description of the EaxMdService.openDocument method.

See also:

EaxMdService