Android.Animation.LayoutTransition.RemoveChild Method
This method is called by ViewGroup when a child view is about to be removed from the container.

Syntax

[Android.Runtime.Register("removeChild", "(Landroid/view/ViewGroup;Landroid/view/View;)V", "GetRemoveChild_Landroid_view_ViewGroup_Landroid_view_View_Handler")]
public virtual void RemoveChild (Android.Views.ViewGroup parent, Android.Views.View child)

Parameters

parent
The ViewGroup from which the View is being removed.
child
The View being removed from the ViewGroup.

Remarks

This method is called by ViewGroup when a child view is about to be removed from the container. This callback starts the process of a transition; we grab the starting values, listen for changes to all of the children of the container, and start appropriate animations.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11