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