ZoomButton.OnLongClick(View) Method

Definition

Called when a view has been clicked and held.

[Android.Runtime.Register("onLongClick", "(Landroid/view/View;)Z", "GetOnLongClick_Landroid_view_View_Handler")]
public virtual bool OnLongClick (Android.Views.View? v);
[<Android.Runtime.Register("onLongClick", "(Landroid/view/View;)Z", "GetOnLongClick_Landroid_view_View_Handler")>]
abstract member OnLongClick : Android.Views.View -> bool
override this.OnLongClick : Android.Views.View -> bool

Parameters

v
View

The view that was clicked and held.

Returns

Implements

Attributes

Remarks

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