TextView.SetOnEditorActionListener(TextView+IOnEditorActionListener) Method

Definition

Set a special listener to be called when an action is performed on the text view.

[Android.Runtime.Register("setOnEditorActionListener", "(Landroid/widget/TextView$OnEditorActionListener;)V", "GetSetOnEditorActionListener_Landroid_widget_TextView_OnEditorActionListener_Handler")]
public virtual void SetOnEditorActionListener (Android.Widget.TextView.IOnEditorActionListener? l);
[<Android.Runtime.Register("setOnEditorActionListener", "(Landroid/widget/TextView$OnEditorActionListener;)V", "GetSetOnEditorActionListener_Landroid_widget_TextView_OnEditorActionListener_Handler")>]
abstract member SetOnEditorActionListener : Android.Widget.TextView.IOnEditorActionListener -> unit
override this.SetOnEditorActionListener : Android.Widget.TextView.IOnEditorActionListener -> unit

Parameters

Attributes

Remarks

Java documentation for android.widget.TextView.setOnEditorActionListener(android.widget.OnEditorActionListener).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to