Compartilhar via


WebPartMobilePage.OnInitComplete method

NOTE: This API is now obsolete.

Representa o método que manipula o evento InitComplete() .

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

Syntax

'Declaração
<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 _
)
'Uso
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
)

Parâmetros

Comentários

Essa substituição permite que conexões entre Web Parts.

Ver também

Referência

WebPartMobilePage class

WebPartMobilePage members

Microsoft.SharePoint.WebPartPages namespace