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 voidFocusableViewAvailable (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.