ItemEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |