ItemEventArgs Constructors

Definition

Overloads

ItemEventArgs(View, Int32, Int64)
ItemEventArgs(AdapterView, View, Int32, Int64)

ItemEventArgs(View, Int32, Int64)

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

Parameters

view
View
position
Int32
id
Int64

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

ItemEventArgs(AdapterView, View, Int32, Int64)

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

Parameters

parent
AdapterView
view
View
position
Int32
id
Int64

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