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
e
Type: System.EventArgsThe data for the event.
Remarks
This override ensures that the RSS XML data is retrieved.
See Also
Reference
RSSAggregatorWebPartMobileAdapter Class