IEaxAnalyzerUserEvents.OnBeforeExecuteAnalyzer

Fore Syntax

OnBeforeExecuteAnalyzer(Args: IEaxBeforeExecuteEventArgs);

Fore.NET Syntax

OnBeforeExecuteAnalyzer(Args: Prognoz.Platform.Interop.Express.EaxBeforeExecuteEventArgs);

Parameters

Args. Event arguments.

Description

The OnBeforeExecuteAnalyzer method implements the event that occurs before table calculation.

Comments

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

To implement the event that occurs after table calculation, use IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.

Fore Example

The method use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.

Fore.NET Example

Fore.NET objects must not be used as an event handler.

See also:

IEaxAnalyzerUserEvents