Share via


WizardForm.OnPageLeave Method ()

 

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