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