ShellSection.OnChildAdded(Element) 方法

定义

开发人员可以重写此方法,以自定义添加新 Element 时的行为。

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

参数

child
Element

注解

开发人员应在重写方法的开头调用 base.OnChildAdded()

适用于