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

Syntax

[Android.Runtime.Register("onKeyUp", "(ILandroid/view/KeyEvent;)Z", "GetOnKeyUp_ILandroid_view_KeyEvent_Handler")]
public virtual bool OnKeyUp ([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 onKeyUp
e
event param passed to the host view's onKeyUp

Returns

Documentation for this section has not yet been entered.

Remarks

Filter key down events. By forwarding key up 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