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 PageEnter event.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected virtual void OnPageEnter()
protected:
virtual void OnPageEnter()
Protected Overridable Sub OnPageEnter
Remarks
This method is executed whenever the user 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