Share via


WebPartMobileWebPage.OnInitComplete method

Handling InitComplete event to enable web parts connection. WebPartManager.ActivateConnections() is called from OnLoadComplete in PC page but mobile page need to activate the connections before OnLoad because mobile web part contents are rendered during OnLoad.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Parameters

See also

Reference

WebPartMobileWebPage class

WebPartMobileWebPage members

Microsoft.SharePoint.WebPartPages namespace