Metodo OnInit
Raises the Init event.
Spazio dei nomi Microsoft.ReportingServices.SharePoint.UI.WebParts
Assembly: Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
Protected Overrides Sub OnInit ( _
e As EventArgs _
)
'Utilizzo
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
)
Parametri
- e
Tipo: System. . :: . .EventArgs
An EventArgs object that contains the event data.
Vedere anche