Android.Views.ViewGroup.RequestChildFocus Method
Called when a child of this parent wants focus

Syntax

[Android.Runtime.Register("requestChildFocus", "(Landroid/view/View;Landroid/view/View;)V", "GetRequestChildFocus_Landroid_view_View_Landroid_view_View_Handler")]
public virtual void RequestChildFocus (View child, View focused)

Parameters

child
The child of this ViewParent that wants focus. This view will contain the focused view. It is not necessarily the view that actually has focus.
focused
The view that is a descendant of child that actually has focus

Remarks

Called when a child of this parent wants focus

[Android Documentation]

Requirements

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