KeyboardView.OnClick(View) Method

Definition

Popup keyboard close button clicked.

[Android.Runtime.Register("onClick", "(Landroid/view/View;)V", "GetOnClick_Landroid_view_View_Handler")]
public virtual void OnClick (Android.Views.View? v);
[<Android.Runtime.Register("onClick", "(Landroid/view/View;)V", "GetOnClick_Landroid_view_View_Handler")>]
abstract member OnClick : Android.Views.View -> unit
override this.OnClick : Android.Views.View -> unit

Parameters

v
View

Implements

Attributes

Remarks

Popup keyboard close button clicked.

Java documentation for android.inputmethodservice.KeyboardView.onClick(android.view.View).

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