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.
Occurs when page validation is attempted.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler<ValidatingEventArgs> PageValidating
public:
event EventHandler<ValidatingEventArgs^>^ PageValidating {
void add(EventHandler<ValidatingEventArgs^>^ value);
void remove(EventHandler<ValidatingEventArgs^>^ value);
}
Public Event PageValidating As EventHandler(Of ValidatingEventArgs)
See Also
Microsoft.WindowsServerSolutions.Wizards.ValidatingEventArgs
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top