IEaxAfterExecuteEventArgs

Assembly: Express;

Description

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

Inheritance Hierarchy

          IEventArgs

          IEaxAnalyzerEventArgs

          IEaxBeforeExecuteEventArgs

          EaxAfterExecuteEventArgs

Comments

The event occurs not only after table calculation but also after workbook calculation.

To get an object of this interface, use the IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer 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