Android.Text.Method.MetaKeyKeyListener.OnKeyDown Method
Handles presses of the meta keys.

Syntax

[Android.Runtime.Register("onKeyDown", "(Landroid/view/View;Landroid/text/Editable;ILandroid/view/KeyEvent;)Z", "GetOnKeyDown_Landroid_view_View_Landroid_text_Editable_ILandroid_view_KeyEvent_Handler")]
public virtual bool OnKeyDown (Android.Views.View view, Android.Text.IEditable content, [Android.Runtime.GeneratedEnum] Android.Views.Keycode keyCode, Android.Views.KeyEvent e)

Parameters

view
Documentation for this section has not yet been entered.
content
Documentation for this section has not yet been entered.
keyCode
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Handles presses of the meta keys.

[Android Documentation]

Requirements

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