TabWidget.OnFocusChange(View, Boolean) Method

Definition

Called when the focus state of a view has changed.

[Android.Runtime.Register("onFocusChange", "(Landroid/view/View;Z)V", "GetOnFocusChange_Landroid_view_View_ZHandler")]
public virtual void OnFocusChange (Android.Views.View? v, bool hasFocus);
[<Android.Runtime.Register("onFocusChange", "(Landroid/view/View;Z)V", "GetOnFocusChange_Landroid_view_View_ZHandler")>]
abstract member OnFocusChange : Android.Views.View * bool -> unit
override this.OnFocusChange : Android.Views.View * bool -> unit

Parameters

v
View

The view whose state has changed.

hasFocus
Boolean

The new focus state of v.

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.

Applies to