WizardForm.OnPageInit Method ()
Raises the PageInitializing event.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected virtual void OnPageInit()
protected:
virtual void OnPageInit()
Protected Overridable Sub OnPageInit
Remarks
This method is executed the very first time the users enters a page. Override this method to apply to the functionality to all pages in the wizard.
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top