ScrollingMovementMethod.OnKeyOther(TextView, ISpannable, KeyEvent) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[Android.Runtime.Register("onKeyOther", "(Landroid/widget/TextView;Landroid/text/Spannable;Landroid/view/KeyEvent;)Z", "GetOnKeyOther_Landroid_widget_TextView_Landroid_text_Spannable_Landroid_view_KeyEvent_Handler")]
public override bool OnKeyOther (Android.Widget.TextView? view, Android.Text.ISpannable? text, Android.Views.KeyEvent? e);
[<Android.Runtime.Register("onKeyOther", "(Landroid/widget/TextView;Landroid/text/Spannable;Landroid/view/KeyEvent;)Z", "GetOnKeyOther_Landroid_widget_TextView_Landroid_text_Spannable_Landroid_view_KeyEvent_Handler")>]
override this.OnKeyOther : Android.Widget.TextView * Android.Text.ISpannable * Android.Views.KeyEvent -> bool
Parametri
- view
- TextView
- text
- ISpannable
- e
- KeyEvent
Restituisce
Implementazioni
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.