CharacterPickerDialog.OnClick(View) Method

Definition

Handles clicks on the Cancel button.

[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

The view that was clicked.

Implements

Attributes

Remarks

Handles clicks on the Cancel button.

Java documentation for android.text.method.CharacterPickerDialog.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