Sub OnAfterRecalcSheet(Sender: Object; Args: IUiPrxSheetEventArgs);
Begin
//set of operators;
End Sub OnAfterRecalcSheet;
Sender - a parameter that returns the component that has generated the event.
Args - a parameter, which enables the user to determine event parameters.
The OnAfterRecalcSheet event occurs after calculating the report sheet.
See also: