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
[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) |