PropertyPage.OnLoad Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

This member overrides UserControl.OnLoad(EventArgs).

Namespace:  Microsoft.VisualStudio.OfficeTools.Project.ClickOnceProvider
Assembly:  Microsoft.VisualStudio.Tools.Applications.Project (in Microsoft.VisualStudio.Tools.Applications.Project.dll)

Syntax

'Declaration
Protected Overrides Sub OnLoad ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs 

Me.OnLoad(e)
protected override void OnLoad(
    EventArgs e
)
protected:
virtual void OnLoad(
    EventArgs^ e
) override
protected override function OnLoad(
    e : EventArgs
)

Parameters

.NET Framework Security

See Also

Reference

PropertyPage Class

PropertyPage Members

Microsoft.VisualStudio.OfficeTools.Project.ClickOnceProvider Namespace