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)
参数
事件数据。