Android.Views.View.DispatchUnhandledMove Method
This method is the last chance for the focused view and its ancestors to respond to an arrow key.

Syntax

[Android.Runtime.Register("dispatchUnhandledMove", "(Landroid/view/View;I)Z", "GetDispatchUnhandledMove_Landroid_view_View_IHandler")]
public virtual bool DispatchUnhandledMove (View focused, [Android.Runtime.GeneratedEnum] FocusSearchDirection direction)

Parameters

focused
The currently focused view.
direction
The direction focus wants to move. One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT.

Returns

Documentation for this section has not yet been entered.

Remarks

This method is the last chance for the focused view and its ancestors to respond to an arrow key. This is called when the focused view did not consume the key internally, nor could the view system find a new view in the requested direction to give focus to.

[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