Partager via


Méthode OnInit

Raises the Init event.

Espace de noms :  Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly :  Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

Syntaxe

'Déclaration
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Utilisation
Dim e As EventArgs

Me.OnInit(e)
protected override void OnInit(
    EventArgs e
)
protected:
virtual void OnInit(
    EventArgs^ e
) override
abstract OnInit : 
        e:EventArgs -> unit 
override OnInit : 
        e:EventArgs -> unit 
protected override function OnInit(
    e : EventArgs
)

Paramètres

Notes

For more information on this method, see Control..::..OnInit.