Android.Widget.ListPopupWindow.OnKeyDown Method
Filter key down events.

Syntax

[Android.Runtime.Register("onKeyDown", "(ILandroid/view/KeyEvent;)Z", "GetOnKeyDown_ILandroid_view_KeyEvent_Handler")]
public virtual bool OnKeyDown ([Android.Runtime.GeneratedEnum] Android.Views.Keycode keyCode, Android.Views.KeyEvent e)

See Also

ListPopupWindow.Modal

Parameters

keyCode
keyCode param passed to the host view's onKeyDown
e
event param passed to the host view's onKeyDown

Returns

Documentation for this section has not yet been entered.

Remarks

Filter key down events. By forwarding key down events to this function, views using non-modal ListPopupWindow can have it handle key selection of items.

[Android Documentation]

Requirements

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