Android.Widget.ListPopupWindow.OnKeyPreIme Method
Filter pre-IME key events.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Filter pre-IME key events. By forwarding Android.Views.View.OnKeyPreIme(Android.Views.Keycode, Android.Views.KeyEvent) events to this function, views using ListPopupWindow can have it dismiss the popup when the back key is pressed.

[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