WizardForm.NextButtonClicked Method ()
Performs the default Next button duties, which includes validating the data on the current page, performing the commit action if the current page is the second-to-last wizard page, and setting the next page.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected virtual void NextButtonClicked()
protected:
virtual void NextButtonClicked()
Protected Overridable Sub NextButtonClicked
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top