Sub OnAfterExecute(Sender: IUiErAnalyzer; Args: IEventArgs);
Begin
//set of operators;
End Sub OnAfterExecute;
The Sender parameter returns the component that has generated the event.
The Args parameter determines event parameters.
The OnAfterExecute event occurs after calculating the express report.
See also: