UiErAnalyzer.OnAfterExecute

Syntax

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

Begin

//set of operators;

End Sub OnAfterExecute;

Parameters

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

The Args parameter determines event parameters.

Description

The OnAfterExecute event occurs after calculating the express report.

See also:

UiErAnalyzer