TabControl.OnInitialized(EventArgs) 方法

定义

设置为 .IsInitializedtrue.

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

提供事件的数据 Initialized

注解

控件通过调用RaiseEvent引发IsInitialized事件。 有关详细信息,请参阅 路由事件概述

继承者说明

在派生类中重写 OnInitialized(EventArgs) 时,请务必调用基类 OnInitialized(EventArgs) 的方法,以便已注册的委托接收事件。

适用于