다음을 통해 공유


RSSAggregatorWebPartMobileAdapter.OnLoadForMobile Method

Replaces the OnLoad(EventArgs) method of the RSSAggregatorWebPart control that is being adapted when the RSSAggregatorWebPart control is connected to a WebPartMobilePage.

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

Syntax

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

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

Parameters

Remarks

This override ensures that the RSS XML data is retrieved.

See Also

Reference

RSSAggregatorWebPartMobileAdapter Class

RSSAggregatorWebPartMobileAdapter Members

Microsoft.SharePoint.Portal.WebControls Namespace