PagePorter Class Library

ISiteSettingsPage.OnFormLoad Method 

Called by the framework when the SiteSettings form is loaded. Use this to initialize your page.

[Visual Basic]
Sub OnFormLoad( _
   ByVal siteSettings As WebMetadata, _
   ByVal projectGlobals As Globals _
)
[C#]
void OnFormLoad(
   WebMetadata siteSettings,
   Globals projectGlobals
);

Parameters

siteSettings
The WebMetadata object for the project. You should not modify the object in this method.
projectGlobals
The EnvDTE.Globals object for the project. You should not modify the object in this method.

See Also

ISiteSettingsPage Interface | Parastream.PagePorter Namespace