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 the user visits the page for the first time.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public event EventHandler PageInitializing
public:
event EventHandler^ PageInitializing {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
Public Event PageInitializing As EventHandler
See Also
WizardPage Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top