Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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