Share via


WizardForm.PageValidate Method ()

 

Raises the PageValidating event.

Namespace:   Microsoft.WindowsServerSolutions.Wizards
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected virtual bool PageValidate()
protected:
virtual bool PageValidate()
Protected Overridable Function PageValidate As Boolean

Return Value

Type: System.Boolean

A System.Boolean: true if the page is valid; otherwise, false.

Remarks

This method is executed every time the Next button is clicked. By default, the value of the IsValid property in the event arguments is true.

See Also

WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace

Return to top