Android.Views.ViewGroup.OnRequestFocusInDescendants Method
Look for a descendant to call View.RequestFocus on.

Syntax

[Android.Runtime.Register("onRequestFocusInDescendants", "(ILandroid/graphics/Rect;)Z", "GetOnRequestFocusInDescendants_ILandroid_graphics_Rect_Handler")]
protected virtual bool OnRequestFocusInDescendants (int direction, Android.Graphics.Rect previouslyFocusedRect)

Parameters

direction
One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT
previouslyFocusedRect
The rectangle (in this View's coordinate system) to give a finer grained hint about where focus is coming from. May be null if there is no hint.

Returns

Documentation for this section has not yet been entered.

Remarks

Look for a descendant to call View.RequestFocus on. Called by ViewGroup.requestFocus(int, android.graphics.Rect) when it wants to request focus within its children. Override this to customize how your Android.Views.ViewGroup requests focus within its children.

[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