WebZone.OnInit(EventArgs) 方法

定义

引发 Init 事件。

protected public:
 override void OnInit(EventArgs ^ e);
protected internal override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Protected Friend Overrides Sub OnInit (e As EventArgs)

参数

e
EventArgs

包含事件数据的 EventArgs

例外

添加该区域控件的时间对页的生命周期来说太晚,或 WebPartManagernull

注解

方法 OnInit 重写基 OnInit 方法,以便向 WebPartManager 控件注册区域。

适用于

另请参阅