Click or drag to resize

WizPageBaseGetNextPage Method

Called before the next page is determined by the wizard. If overridden, you should specifiy the next page to display in the wizard.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual int GetNextPage(
	int proposedPage
)

Parameters

proposedPage
Type: SystemInt32
The page that is about to be displayed

Return Value

Type: Int32
The actual next page.

Implements

IWizPageGetNextPage(Int32)
See Also