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.
Raises the Load event.
Namespace: Microsoft.WindowsServerSolutions.Wizards
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void OnLoad(
EventArgs e
)
protected:
virtual void OnLoad(
EventArgs^ e
) override
Protected Overrides Sub OnLoad (
e As EventArgs
)
Parameters
e
Type: System.EventArgsThe event data.
Remarks
This method initializes the wizard during run time, but does nothing in designer mode.
See Also
WizardForm Class
Microsoft.WindowsServerSolutions.Wizards Namespace
Return to top