共用方式為


ExpandableListActivity.OnChildClick 方法

定義

覆寫此選項,以在按兩下子系時接收回呼。

[Android.Runtime.Register("onChildClick", "(Landroid/widget/ExpandableListView;Landroid/view/View;IIJ)Z", "GetOnChildClick_Landroid_widget_ExpandableListView_Landroid_view_View_IIJHandler")]
public virtual bool OnChildClick (Android.Widget.ExpandableListView? parent, Android.Views.View? v, int groupPosition, int childPosition, long id);
[<Android.Runtime.Register("onChildClick", "(Landroid/widget/ExpandableListView;Landroid/view/View;IIJ)Z", "GetOnChildClick_Landroid_widget_ExpandableListView_Landroid_view_View_IIJHandler")>]
abstract member OnChildClick : Android.Widget.ExpandableListView * Android.Views.View * int * int * int64 -> bool
override this.OnChildClick : Android.Widget.ExpandableListView * Android.Views.View * int * int * int64 -> bool

參數

parent
ExpandableListView

按兩下所在的 ExpandableListView

v
View

已按下可展開清單/ListView內的檢視

groupPosition
Int32

包含已按下之子系的群組位置

childPosition
Int32

群組中的子位置

id
Int64

已按下之子系的數據列標識碼

傳回

實作

屬性

備註

覆寫此選項,以在按兩下子系時接收回呼。

要新增

android.app.ExpandableListActivity.onChildClick(android.widget.ExpandableListView, android.view.View, int, int, long)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於