Language

AdapterView.ItemLongClickEventArgs Constructor

Definition

Initializes event data supplied by the item long click callback.

public ItemLongClickEventArgs(bool handled, Android.Widget.AdapterView parent, Android.Views.View view, int position, long id);
new Android.Widget.AdapterView.ItemLongClickEventArgs : bool * Android.Widget.AdapterView * Android.Views.View * int * int64 -> Android.Widget.AdapterView.ItemLongClickEventArgs

Parameters

handled
Boolean

Whether the callback has been handled supplied by the item long click callback.

parent
AdapterView

The parent view.

view
View

The view involved in this operation.

position
Int32

The zero-based item position.

id
Int64

The item identifier.

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