次の方法で共有


OnInit メソッド

Init イベントを発生させます。

名前空間:  Microsoft.ReportingServices.SharePoint.UI.WebParts
アセンブリ:  Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

構文

'宣言
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'使用
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
)

パラメーター

説明

このメソッドの詳細については、「Control..::..OnInit」を参照してください。