Compartilhar via


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

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

BusinessDataItemBuilderMobileAdapter Members

Microsoft.SharePoint.Portal.WebControls Namespace