Share via


SocialDataFrame.OnLoad method

Handles the Load event.

Namespace:  Microsoft.SharePoint.Portal.WebControls
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 disables the page cache. If the user is anonymous, this override makes all controls invisible except the ExplicitLogon control; otherwise, this override initializes the socialDataFrameTitle that displays the title of the page.

See also

Reference

SocialDataFrame class

SocialDataFrame members

Microsoft.SharePoint.Portal.WebControls namespace