ViewGroup.FocusableViewAvailable(View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tells the parent that a new focusable view has become available.
[Android.Runtime.Register("focusableViewAvailable", "(Landroid/view/View;)V", "GetFocusableViewAvailable_Landroid_view_View_Handler")]
public virtual void FocusableViewAvailable (Android.Views.View? v);
[<Android.Runtime.Register("focusableViewAvailable", "(Landroid/view/View;)V", "GetFocusableViewAvailable_Landroid_view_View_Handler")>]
abstract member FocusableViewAvailable : Android.Views.View -> unit
override this.FocusableViewAvailable : Android.Views.View -> unit
Parameters
- v
- View
The view that has become newly focusable
Implements
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.