View.UnhandledKeyEventEventArgs(Boolean, View, KeyEvent) Costruttore

Definizione

Inizializza i dati dell'evento gestito passati al callback associato.

public UnhandledKeyEventEventArgs(bool handled, Android.Views.View v, Android.Views.KeyEvent e);
new Android.Views.View.UnhandledKeyEventEventArgs : bool * Android.Views.View * Android.Views.KeyEvent -> Android.Views.View.UnhandledKeyEventEventArgs

Parametri

handled
Boolean

Valore System.Boolean utilizzato per la gestione.

v
View

Valore Android.Views.View usato per v.

e
KeyEvent

Valore Android.Views.KeyEvent usato per e.

Si applica a