Language

AdapterView.ItemSelectedEventArgs(AdapterView, View, Int32, Int64) Constructor

Definition

Initializes event data supplied by the item callback.

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

Parameters

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