UiErAnalyzer.OnBeforeExecute

Syntax

Sub OnBeforeExecute(Sender: IUiErAnalyzer; Args: IEventArgs);

Begin

//set of operators;

End Sub OnBeforeExecute;

Parameters

The Sender parameter returns the component that has generated the event.

The Args parameter that determines event parameters.

Description

The OnBeforeExecute event occurs before calculating the express report.

See also:

UiErAnalyzer