ItemEventArgs Constructors
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.
Overloads
| Name | Description |
|---|---|
| ItemEventArgs(View, Int32, Int64) |
Initializes event data supplied by the callback. |
| ItemEventArgs(AdapterView, View, Int32, Int64) |
Initializes event data supplied by the callback. |
ItemEventArgs(View, Int32, Int64)
Initializes event data supplied by the callback.
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
The view involved in this operation.
- position
- Int32
The zero-based item position.
- id
- Int64
The item identifier.
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)
Initializes event data supplied by the callback.
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
The parent view.
- view
- View
The view involved in this operation.
- position
- Int32
The zero-based item position.
- id
- Int64
The item identifier.
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.