WizardForm.OnPageEnter Method ()
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