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

事件数据。

适用于