Wizard.OnFinish

Syntax

Sub OnFinish(Sender: Object; Args: IEventArgs);

Begin

//set of operators;

End Sub OnFinish;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnFinish event occurs after Finish button has been pressed.

See also:

Wizard