Android.Views.View.ClearFocus Method
Called when this view wants to give up focus.

Syntax

[Android.Runtime.Register("clearFocus", "()V", "GetClearFocusHandler")]
public virtual void ClearFocus ()

Remarks

Called when this view wants to give up focus. If focus is cleared View.OnFocusChanged(bool, Android.Views.FocusSearchDirection, Android.Views.FocusSearchDirection) is called.

Note: When a View clears focus the framework is trying to give focus to the first focusable View from the top. Hence, if this View is the first from the top that can take focus, then all callbacks related to clearing focus will be invoked after which the framework will give focus to this view.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1