IEaxBeforeExecuteEventArgs

Assembly: Express;

Description

The IEaxBeforeExecuteEventArgs interface is used to work with arguments of the event that occurs before table calculation.

Inheritance Hierarchy

          IEventArgs

          IEaxAnalyzerEventArgs

          IEaxBeforeExecuteEventArgs

Comments

The event occurs not only before express report table calculation, but also before workbook calculation.

To get an object of this interface, use the IEaxAnalyzerUserEvents.OnBeforeExecuteAnalyzer method.

Properties inherited from IEaxAnalyzerEventArgs

  Property name Brief description
AnalyzerData The AnalyzerData property returns data of the report that uses event handler.

See also:

Express Assembly Interfaces