Control.AddedControl(Control, Int32) 方法

定义

在子控件添加到 Control 对象的 Controls 集合后调用。

protected public:
 virtual void AddedControl(System::Web::UI::Control ^ control, int index);
protected internal virtual void AddedControl (System.Web.UI.Control control, int index);
abstract member AddedControl : System.Web.UI.Control * int -> unit
override this.AddedControl : System.Web.UI.Control * int -> unit
Protected Friend Overridable Sub AddedControl (control As Control, index As Integer)

参数

control
Control

已添加的 Control

index
Int32

Controls 集合中的控件索引。

例外

control 是一个 Substitution 控件。

注解

AddedControl 控件添加到 Controls 集合后,将立即调用 方法。

适用于

另请参阅