Share via


DialogBase.OnLoad Method (EventArgs)

 

OnLoad handler

Namespace:   Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll)

Syntax

protected override void OnLoad(
    EventArgs e
)
protected:
virtual void OnLoad(
    EventArgs^ e
) override
override OnLoad : 
        e:EventArgs -> unit
Protected Overrides Sub OnLoad (
    e As EventArgs
)

Parameters

Return Value

See Also

DialogBase Class
Microsoft.VisualStudio.Modeling.Integration.Shell Namespace

Return to top