Click or drag to resize
Wizard .NET Library

WizardControlNextPage Method

Advances to the specified page.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
public virtual void NextPage(
	WizardPage nextPage = null,
	bool skipCommit = false
)
Request Example View Source

Parameters

nextPage (Optional)
Type: AeroWizardWizardPage
The wizard page to go to next.
skipCommit (Optional)
Type: SystemBoolean
if set to true skip Commit event.
Exceptions
ExceptionCondition
ArgumentExceptionWhen specifying a value for nextPage, it must already be in the Pages collection.
See Also