View.UnhandledKeyEvent Event

Definition

Occurs when an unhandled key event reaches this view.

public event EventHandler<Android.Views.View.UnhandledKeyEventEventArgs> UnhandledKeyEvent;
member this.UnhandledKeyEvent : EventHandler<Android.Views.View.UnhandledKeyEventEventArgs> 

Event Type

Remarks

For details, see the Android reference documentation for android.view.View.

Applies to