Partager via


WebPartMobilePage.OnInitComplete - Méthode

Remarque : cette API est désormais obsolète.

Représente la méthode qui gère l'événement InitComplete() .

Espace de noms :  Microsoft.SharePoint.WebPartPages
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<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 _
)
'Utilisation
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
)

Paramètres

  • e
    Type : System.EventArgs

    Objet qui contient les données pour l'événement.

Remarques

Ce remplacement permet les connexions WebPart.

Voir aussi

Référence

WebPartMobilePage classe

WebPartMobilePage - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms