Share via


SPPersonPage.OnLoad method

Handles the Load event.

Namespace:  Microsoft.SharePoint.Portal.MobileControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

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

Me.OnLoad(e)
protected override void OnLoad(
    EventArgs e
)

Parameters

Remarks

This override sets the title of SPWeb equal to the preferred name of the SPWeb.

See also

Reference

SPPersonPage class

SPPersonPage members

Microsoft.SharePoint.Portal.MobileControls namespace