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
)
Public Overridable Function GetNextPage (
proposedPage As Integer
) As Integer
Parameters
- proposedPage
- Type: SystemInt32
The page that is about to be displayed
Return Value
Type:
Int32The actual next page.
Implements
IWizPageGetNextPage(Int32)See Also