Show contents 

Forms > Forms Assembly Classes > WizardPage > WizardPage.OnGetLeaveAllowed

WizardPage.OnGetLeaveAllowed

Syntax

OnGetLeaveAllowed(Sender: Object; Args: ICancelEventArgs);

Parameters

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

Args. The 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