Share via


DesignerView.OnInitialized(EventArgs) 方法

定義

透過呼叫 Initialized 基底類別實作、加入 UserControl 路由事件的事件處理常式,以及設定設計工具檢視的前景色彩,來處理 GotKeyboardFocus 事件。

protected:
 override void OnInitialized(EventArgs ^ e);
protected override void OnInitialized (EventArgs e);
override this.OnInitialized : EventArgs -> unit
Protected Overrides Sub OnInitialized (e As EventArgs)

參數

e
EventArgs

事件資料。

適用於