WebView.OnGlobalFocusChanged(View, View) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("onGlobalFocusChanged", "(Landroid/view/View;Landroid/view/View;)V", "GetOnGlobalFocusChanged_Landroid_view_View_Landroid_view_View_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnGlobalFocusChanged (Android.Views.View? oldFocus, Android.Views.View? newFocus);
[<Android.Runtime.Register("onGlobalFocusChanged", "(Landroid/view/View;Landroid/view/View;)V", "GetOnGlobalFocusChanged_Landroid_view_View_Landroid_view_View_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member OnGlobalFocusChanged : Android.Views.View * Android.Views.View -> unit
override this.OnGlobalFocusChanged : Android.Views.View * Android.Views.View -> unit

Parameters

oldFocus
View

The previously focused view, if any.

newFocus
View

The newly focused View, if any.

Implements

Attributes

Remarks

This member is deprecated. WebView should not have implemented ViewTreeObserver.OnGlobalFocusChangeListener. This method does nothing now.

Java documentation for android.webkit.WebView.onGlobalFocusChanged(android.view.View, android.view.View).

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