TemplatedView.OnChildRemoved Метод

Определение

Перегрузки

OnChildRemoved(Element)
Устаревшие..
OnChildRemoved(Element, Int32)

OnChildRemoved(Element)

Внимание!

OnChildRemoved(Element) is obsolete as of version 4.8.0. Please use OnChildRemoved(Element, int) instead.

[System.Obsolete("OnChildRemoved(Element) is obsolete as of version 4.8.0. Please use OnChildRemoved(Element, int) instead.")]
protected override void OnChildRemoved (Xamarin.Forms.Element child);
override this.OnChildRemoved : Xamarin.Forms.Element -> unit

Параметры

child
Element
Атрибуты
System.ObsoleteAttribute

Применяется к

OnChildRemoved(Element, Int32)

protected override void OnChildRemoved (Xamarin.Forms.Element child, int oldLogicalIndex);
override this.OnChildRemoved : Xamarin.Forms.Element * int -> unit

Параметры

child
Element
oldLogicalIndex
System.Int32

Применяется к