WizardPage.OnGetLeaveAllowed

Syntax

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

Begin

//set of operators;

End Sub OnGetLeaveAllowed;

Parameters

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

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

Description

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

See also:

WizardPage