WizardPage.PageInitializing Event
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