VisualElement.OnChildAdded(Element) 方法

定义

应用程序开发者可以重写此方法以在添加子级时进行响应。

protected override void OnChildAdded (Xamarin.Forms.Element child);
override this.OnChildAdded : Xamarin.Forms.Element -> unit

参数

child
Element

已添加的子级。

注解

重写此方法的应用程序开发人员必须调用 base。OnChilded 在其替代中执行任何其他操作之前添加。

适用于