ItemEventArgs Class

Definition

Caution

Use AdapterView.ItemClickEventArgs instead

[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

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

Properties

Id (Inherited from AdapterView.ItemClickEventArgs)
Parent (Inherited from AdapterView.ItemClickEventArgs)
Position (Inherited from AdapterView.ItemClickEventArgs)
View (Inherited from AdapterView.ItemClickEventArgs)

Applies to