ToolZone.OnInit(EventArgs) 方法

定义

创建由网页上的 WebPartManager 控件使用的专用事件处理程序。

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

适用于

另请参阅