Show contents 

Express > Express Assembly Classes > UiErAnalyzer > UiErAnalyzer.OnAfterExecute

UiErAnalyzer.OnAfterExecute

Syntax

OnAfterExecute(Sender: IUiErAnalyzer; Args: IEventArgs);

Parameters

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

Args. The parameter that enables the user to determine event parameters.

Description

The OnAfterExecute event occurs after calculating the express report.

See also:

UiErAnalyzer