WizardPage.OnGetLeaveAllowed

Syntax

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

Begin

//set of operators;

End Sub OnGetLeaveAllowed;

Parameters

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

The Args parameter allows to determine event parameters.

Description

The OnGetLeaveAllowed event occurs when the user tries to go on another wizard page.

See also:

WizardPage