ItemEventArgs Class

Definition

Caution

Use AdapterView.ItemClickEventArgs instead

Provides data for item events.

[System.Obsolete("Use AdapterView.ItemClickEventArgs instead")]
public class ItemEventArgs : Android.Widget.AdapterView.ItemClickEventArgs
[<System.Obsolete("Use AdapterView.ItemClickEventArgs instead")>]
type ItemEventArgs = class
    inherit AdapterView.ItemClickEventArgs
Inheritance
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.

Constructors

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

Initializes event data supplied by the callback.

ItemEventArgs(View, Int32, Int64)

Initializes event data supplied by the callback.

Properties

Name Description
Id

Gets the item identifier supplied by the item callback.

(Inherited from AdapterView.ItemClickEventArgs)
Parent

Gets the parent adapter view supplied by the item callback.

(Inherited from AdapterView.ItemClickEventArgs)
Position

Gets the zero-based item position supplied by the item callback.

(Inherited from AdapterView.ItemClickEventArgs)
View

Gets the view supplied by the item callback.

(Inherited from AdapterView.ItemClickEventArgs)

Applies to