다음을 통해 공유


OnInit 메서드

Raises the Init event.

네임스페이스:  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
)

매개 변수

주의

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