Android.Dialog.EntryElement._entry_EditorAction C# (CSharp) Method

_entry_EditorAction() protected method

protected _entry_EditorAction ( object sender, Android.Widget.TextView e ) : void
sender object
e Android.Widget.TextView
return void
        protected void _entry_EditorAction(object sender, TextView.EditorActionEventArgs e)
        {
            if (e.ActionId == ImeAction.Go)
            {
                Send();
            }
        }