Partager via


PortalSiteMapDataSource.OnInit - Méthode

Déclenche l'événement d'initialisation.

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

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Utilisation
Dim e As EventArgs

Me.OnInit(e)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
protected override void OnInit(
    EventArgs e
)

Paramètres

  • e
    Type : System.EventArgs

    Un objet System.EventArgs qui représente les informations relatives à l'événement d'initialisation.

Voir aussi

Référence

PortalSiteMapDataSource classe

PortalSiteMapDataSource - Membres

Microsoft.SharePoint.Publishing.Navigation - Espace de noms

OnInit