Android.Widget.TextView.SetOnEditorActionListener Method
Set a special listener to be called when an action is performed on the text view.

Syntax

[Android.Runtime.Register("setOnEditorActionListener", "(Landroid/widget/TextView$OnEditorActionListener;)V", "GetSetOnEditorActionListener_Landroid_widget_TextView_OnEditorActionListener_Handler")]
public virtual void SetOnEditorActionListener (TextView.IOnEditorActionListener l)

Parameters

l
Documentation for this section has not yet been entered.

Remarks

Set a special listener to be called when an action is performed on the text view. This will be called when the enter key is pressed, or when an action supplied to the IME is selected by the user. Setting this means that the normal hard key event will not insert a newline into the text view, even if it is multi-line; holding down the ALT modifier will, however, allow the user to insert a newline character.

[Android Documentation]

Requirements

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