WizardPage.OnSetActive

Syntax

Sub OnSetActive(Sender: Object; Args: ICancelEventArgs);

Begin

//set of operators;

End Sub OnSetActive;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnSetActive event occurs when the wizard page is activated.

See also:

WizardPage