Assembly: Express;
The IEaxAfterExecuteEventArgs interface is used to work with arguments of the event that occurs after table calculation.
EaxAfterExecuteEventArgs
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.
Property name | Brief description | |
AnalyzerData | The AnalyzerData property returns data of the report that uses event handler. |
See also: