View.DispatchWindowFocusChanged(Boolean) Method

Definition

Called when the window containing this view gains or loses window focus.

C#
[Android.Runtime.Register("dispatchWindowFocusChanged", "(Z)V", "GetDispatchWindowFocusChanged_ZHandler")]
public virtual void DispatchWindowFocusChanged (bool hasFocus);

Parameters

hasFocus
Boolean

True if the window containing this view now has focus, false otherwise.

Attributes

Remarks

Called when the window containing this view gains or loses window focus. ViewGroups should override to route to their children.

Java documentation for android.view.View.dispatchWindowFocusChanged(boolean).

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

Produkt Wersje
.NET for Android .NET for Android API 34, .NET for Android API 35