AdapterView.ItemSelectedEventArgs Class

Definition

public class AdapterView.ItemSelectedEventArgs : EventArgs
type AdapterView.ItemSelectedEventArgs = class
    inherit EventArgs
Inheritance
AdapterView.ItemSelectedEventArgs

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
AdapterView.ItemSelectedEventArgs(AdapterView, View, Int32, Int64)

Initializes event data supplied by the item callback.

Properties

Name Description
Id

Gets the item identifier supplied by the item callback.

Parent

Gets the parent adapter view supplied by the item callback.

Position

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

View

Gets the view supplied by the item callback.

Applies to