Share via


WizardForm.OnLoad Method (EventArgs)

 

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

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