WebPartMobilePage.OnInitComplete method

NOTE: This API is now obsolete.

Represents the method that handles the InitComplete() event.

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

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides Sub OnInitComplete ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInitComplete(e)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override void OnInitComplete(
    EventArgs e
)

Parameters

Remarks

This override enables Web Part connections.

See also

Reference

WebPartMobilePage class

WebPartMobilePage members

Microsoft.SharePoint.WebPartPages namespace