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