Called when a new child is added to a parent view.
Syntax
[Android.Runtime.Register("onChildViewAdded", "(Landroid/view/View;Landroid/view/View;)V", "GetOnChildViewAdded_Landroid_view_View_Landroid_view_View_Handler")]
[System.Obsolete("deprecated")]
public virtual
void OnChildViewAdded (
Android.Views.View parent,
Android.Views.View child)
Parameters
- parent
- the view in which a child was added
- child
- the new child view added in the hierarchy
Remarks
Requirements
Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1