Android.Views.ViewGroup.FocusableViewAvailable Method
Tells the parent that a new focusable view has become available.

Syntax

[Android.Runtime.Register("focusableViewAvailable", "(Landroid/view/View;)V", "GetFocusableViewAvailable_Landroid_view_View_Handler")]
public virtual void FocusableViewAvailable (View v)

Parameters

v
The view that has become newly focusable

Remarks

Tells the parent that a new focusable view has become available. This is to handle transitions from the case where there are no focusable views to the case where the first focusable view appears.

[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