ConnectionsZone.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

注解

此方法调用基 ToolZone.OnInit 方法,并添加自定义处理以准备网页以显示控件 ConnectionsZone

适用于

另请参阅