ListPopupWindow.PerformItemClick(Int32) Method

Definition

Perform an item click operation on the specified list adapter position.

[Android.Runtime.Register("performItemClick", "(I)Z", "GetPerformItemClick_IHandler")]
public virtual bool PerformItemClick (int position);
[<Android.Runtime.Register("performItemClick", "(I)Z", "GetPerformItemClick_IHandler")>]
abstract member PerformItemClick : int -> bool
override this.PerformItemClick : int -> bool

Parameters

position
Int32

Adapter position for performing the click

Returns

true if the click action could be performed, false if not. (e.g. if the popup was not showing, this method would return false.)

Attributes

Remarks

Perform an item click operation on the specified list adapter position.

Java documentation for android.widget.ListPopupWindow.performItemClick(int).

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