Partager via


TemplatedPage.OnChildRemoved Méthode

Définition

Surcharges

OnChildRemoved(Element)
Obsolète.
OnChildRemoved(Element, Int32)

OnChildRemoved(Element)

Attention

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

Paramètres

child
Element
Attributs
System.ObsoleteAttribute

S’applique à

OnChildRemoved(Element, Int32)

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

Paramètres

child
Element
oldLogicalIndex
System.Int32

S’applique à