BusinessDataItemBuilderMobileAdapter.OnPreRenderForMobile method
Raises the PreRender event
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub OnPreRenderForMobile ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnPreRenderForMobile(e)
protected override void OnPreRenderForMobile(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe data for the event.
Remarks
This override sets the title of the mobile page.
This override replaces the OnPreRender(EventArgs) method of the BusinessDataItemBuilder control that is being adapted when the BusinessDataItemBuilder control is being adapted to a WebPartMobilePage.
See also
Reference
BusinessDataItemBuilderMobileAdapter class