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 PageLeave event.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected virtual void OnPageLeave()
protected:
virtual void OnPageLeave()
Protected Overridable Sub OnPageLeave
Remarks
This method is executed after validation, before leaving the page. It can be used for saving and/or passing data from the page as the users leaves the page.
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top