DesignerView.OnInitialized(EventArgs) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過呼叫 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)
參數
事件資料。