Sub OnAfterActivateSheet(OldSheet: IPrxSheet; NewSheet: IPrxSheet);
Begin
// set of operators
End Sub OnAfterActivateSheet;
OldSheet. The regular report sheet that was active.
NewSheet. The regular report sheet that has become active.
The OnAfterActivateSheet method implements the event that occurs after changing the active sheet of the regular report.
See also: