UiReport.OnBeforeActivateSheet

Syntax

Sub OnBeforeActivateSheet(Sender: Object; Args: IUiPrxCancelActivateSheetEventArgs);

Begin

//set of operators;

End Sub OnBeforeActivateSheet;

Parameters

Sender. The parameter that returns the component that generated the event.

Args. The parameter that enables the user to determine event parameters.

Description

The OnBeforeActivateSheet event occurs before switching from one sheet to another, with possible cancelling of the switching.

See also:

UiReport