共用方式為


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 控制項。

適用於

另請參閱