WizardPage.OnBack

Syntax

Sub OnBack(Sender: Object; Args: IWizardNavigationEventArgs);

Begin

//set of operators;

End Sub OnBack;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnBack event occurs after Back button has been pressed.

See also:

WizardPage